qosmngr: apply ebtables rules for linux platform

This commit is contained in:
Rahul Thakur 2023-08-04 10:20:12 +05:30
parent 30a4b1b745
commit dfa0414918

View file

@ -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
}