mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
qosmngr: apply ebtables rules for linux platform
This commit is contained in:
parent
30a4b1b745
commit
dfa0414918
1 changed files with 3 additions and 0 deletions
|
|
@ -454,6 +454,9 @@ configure_qos() {
|
|||
pre_configure_queue
|
||||
configure_queue
|
||||
configure_classify
|
||||
if [ -f "/tmp/qos/classify.ebtables" ]; then
|
||||
sh /tmp/qos/classify.ebtables
|
||||
fi
|
||||
configure_policer
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue