summaryrefslogtreecommitdiff
path: root/bash-completion
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2018-11-19 15:03:34 -0800
committerDavid Ahern <dsahern@gmail.com>2018-11-24 07:11:36 -0800
commit2d7c564a1e632771f72b3a9bf46bbf3e45558089 (patch)
tree778d596846590943777acd392d74f5e03a0ad882 /bash-completion
parentfdaff63c6a4eaa874bd79af458e8093ac4dd6672 (diff)
tc: gred: support controlling RED flags
Kernel GRED qdisc supports ECN marking, and the harddrop flag but setting and dumping this flag is not possible with iproute2. Add the support. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/tc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/tc b/bash-completion/tc
index 29bca5d9..007e1c2e 100644
--- a/bash-completion/tc
+++ b/bash-completion/tc
@@ -302,7 +302,7 @@ _tc_qdisc_options()
;;
gred)
_tc_once_attr 'setup vqs default grio vq prio limit min max avpkt \
- burst probability bandwidth'
+ burst probability bandwidth ecn harddrop'
return 0
;;
hhf)