]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: bash-completion: Add profinet and ethercat to procotol completion list
authorDaniel Braunwarth <daniel@braunwarth.dev>
Mon, 28 Feb 2022 13:45:20 +0000 (14:45 +0100)
committerDavid Ahern <dsahern@kernel.org>
Fri, 4 Mar 2022 16:24:10 +0000 (09:24 -0700)
Add the 'profinet' and 'ethercat' protocols to bash completion.

Signed-off-by: Daniel Braunwarth <daniel@braunwarth.dev>
bash-completion/tc

index 086cb7f674608a62c4b7161d25d547e72610b420..9f16d0d481e0ac7eee867075ae6712f5ef8ef499 100644 (file)
@@ -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)