* [PATCH iproute2] tc: bash-completion: add missing 'classid' keyword
@ 2017-12-12 15:45 Davide Caratti
2017-12-12 20:13 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Davide Caratti @ 2017-12-12 15:45 UTC (permalink / raw)
To: Stephen Hemminger, netdev; +Cc: Yotam Gigi
users of 'matchall' filter can specify a value for the class id: update
bash-completion accordingly.
Fixes: b32c0b64fa2b ("tc: bash-completion: Add support for matchall")
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
---
bash-completion/tc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bash-completion/tc b/bash-completion/tc
index 80d12972..29bca5d9 100644
--- a/bash-completion/tc
+++ b/bash-completion/tc
@@ -450,7 +450,7 @@ _tc_filter_options()
return 0
;;
matchall)
- _tc_once_attr 'action skip_sw skip_hw'
+ _tc_once_attr 'action classid skip_sw skip_hw'
return 0
;;
flower)
--
2.13.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2] tc: bash-completion: add missing 'classid' keyword
2017-12-12 15:45 [PATCH iproute2] tc: bash-completion: add missing 'classid' keyword Davide Caratti
@ 2017-12-12 20:13 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2017-12-12 20:13 UTC (permalink / raw)
To: Davide Caratti; +Cc: netdev, Yotam Gigi
On Tue, 12 Dec 2017 16:45:15 +0100
Davide Caratti <dcaratti@redhat.com> wrote:
> users of 'matchall' filter can specify a value for the class id: update
> bash-completion accordingly.
>
> Fixes: b32c0b64fa2b ("tc: bash-completion: Add support for matchall")
> Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Looks good applied. Thanks Davide
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-12 20:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 15:45 [PATCH iproute2] tc: bash-completion: add missing 'classid' keyword Davide Caratti
2017-12-12 20:13 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox