From 2d7c564a1e632771f72b3a9bf46bbf3e45558089 Mon Sep 17 00:00:00 2001 From: Jakub Kicinski Date: Mon, 19 Nov 2018 15:03:34 -0800 Subject: 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 Reviewed-by: Quentin Monnet Signed-off-by: David Ahern --- bash-completion/tc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash-completion') 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) -- cgit v1.2.3