From: Daniel Braunwarth Date: Mon, 28 Feb 2022 13:45:20 +0000 (+0100) Subject: tc: bash-completion: Add profinet and ethercat to procotol completion list X-Git-Tag: v5.18.0~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712ec66e6f3ea4e1f9b69c70becd060d1c899976;p=thirdparty%2Fiproute2.git 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 --- 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)