Lanes was added as a new link mode setting in ethtool.

Support completion for lanes when setting parameters.

Signed-off-by: Danielle Ratson <daniel...@mellanox.com>
Reviewed-by: Jiri Pirko <j...@nvidia.com>
---
 shell-completion/bash/ethtool | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/shell-completion/bash/ethtool b/shell-completion/bash/ethtool
index 5305559..4557341 100644
--- a/shell-completion/bash/ethtool
+++ b/shell-completion/bash/ethtool
@@ -97,6 +97,7 @@ _ethtool_change()
                [speed]=notseen
                [wol]=notseen
                [xcvr]=notseen
+               [lanes]=notseen
        )
 
        local -A msgtypes=(
@@ -175,6 +176,9 @@ _ethtool_change()
                xcvr)
                        COMPREPLY=( $( compgen -W 'internal external' -- "$cur" 
) )
                        return ;;
+               lanes)
+                       # Number
+                       return ;;
        esac
 
        local -a comp_words=()
-- 
2.26.2

Reply via email to