From: Davide Caratti Date: Tue, 12 Dec 2017 15:45:15 +0000 (+0100) Subject: tc: bash-completion: add missing 'classid' keyword X-Git-Tag: v4.15.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b428f03f7c1fa64331105f54d42806cece77be;p=thirdparty%2Fiproute2.git tc: bash-completion: add missing 'classid' keyword 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 --- diff --git a/bash-completion/tc b/bash-completion/tc index 80d12972c..29bca5d93 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)