aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Braunwarth <daniel@braunwarth.dev>2022-02-28 14:45:20 +0100
committerDavid Ahern <dsahern@kernel.org>2022-03-04 09:24:10 -0700
commit712ec66e6f3ea4e1f9b69c70becd060d1c899976 (patch)
tree03a3eef8d30881a6f1b020d579afdd54f1f86b2e
parent75061b357f066392c7e33e37e6261e4bd8de0e70 (diff)
downloadiproute2-712ec66e6f3ea4e1f9b69c70becd060d1c899976.tar.gz
tc: bash-completion: Add profinet and ethercat to procotol completion list
Add the 'profinet' and 'ethercat' protocols to bash completion. Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
-rw-r--r--bash-completion/tc8
1 files changed, 4 insertions, 4 deletions
diff --git a/bash-completion/tc b/bash-completion/tc
index 086cb7f67..9f16d0d48 100644
--- a/bash-completion/tc
+++ b/bash-completion/tc
@@ -127,10 +127,10 @@ _tc_direct_complete()
protocol) # list comes from lib/ll_proto.c
COMPREPLY+=( $( compgen -W ' 802.1Q 802.1ad 802_2 802_3 LLDP aarp \
all aoe arp atalk atmfate atmmpoa ax25 bpq can control cust \
- ddcmp dec diag dna_dl dna_rc dna_rt econet ieeepup ieeepupat \
- ip ipv4 ipv6 ipx irda lat localtalk loop mobitex ppp_disc \
- ppp_mp ppp_ses ppptalk pup pupat rarp sca snap tipc tr_802_2 \
- wan_ppp x25' -- "$cur" ) )
+ ddcmp dec diag dna_dl dna_rc dna_rt econet ethercat ieeepup \
+ ieeepupat ip ipv4 ipv6 ipx irda lat localtalk loop mobitex \
+ ppp_disc ppp_mp ppp_ses ppptalk profinet pup pupat rarp sca \
+ snap tipc tr_802_2 wan_ppp x25' -- "$cur" ) )
return 0
;;
prio)