]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: bash-completion: add missing 'classid' keyword
authorDavide Caratti <dcaratti@redhat.com>
Tue, 12 Dec 2017 15:45:15 +0000 (16:45 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 12 Dec 2017 20:11:37 +0000 (12:11 -0800)
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

index 80d12972c8f3c711868f03cd76f6cf896d12b769..29bca5d9354d3b7db65cba08ef84d3f8500cfa44 100644 (file)
@@ -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)