tc: bash-completion: add missing 'classid' keyword
users of 'matchall' filter can specify a value for the class id: update
bash-completion accordingly.
Fixes: b32c0b64fa ("tc: bash-completion: Add support for matchall")
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
parent
87b1a7aec7
commit
88b428f03f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue