[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220228134520.118589-3-daniel@braunwarth.dev>
Date: Mon, 28 Feb 2022 14:45:20 +0100
From: Daniel Braunwarth <daniel@...unwarth.dev>
To: netdev@...r.kernel.org
Cc: daniel@...unwarth.dev
Subject: [PATCH iproute2-next 2/2] 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@...unwarth.dev>
---
bash-completion/tc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bash-completion/tc b/bash-completion/tc
index 086cb7f6..9f16d0d4 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)
--
2.35.1
Powered by blists - more mailing lists