From f1acd2b4b1441daf861646bb2c1fa9d4e60948fd Mon Sep 17 00:00:00 2001 From: Tomas Bucek Date: Mon, 22 Apr 2024 11:32:45 +0200 Subject: [PATCH] Fix all_interfaces option in qosmngr --- qosmngr/files/common/lib/qos/iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qosmngr/files/common/lib/qos/iptables.sh b/qosmngr/files/common/lib/qos/iptables.sh index 7be8da06d..260f4dbaa 100755 --- a/qosmngr/files/common/lib/qos/iptables.sh +++ b/qosmngr/files/common/lib/qos/iptables.sh @@ -198,7 +198,7 @@ handle_iptables_rules() { [ -n "$IP_RULE" ] && [ -n "$dscp_mark" ] && append_rule_to_mangle_table "qos_forward" $ip_version if [ -n "$IP_RULE" ] && [ -n "$traffic_class" ]; then - if [ "all_interfaces" == "1" ]; then + if [ "$all_interfaces" == "1" ]; then append_rule_to_mangle_table "qos_output" $ip_version elif [ "$ifname" == "lo" ]; then #write iptables rule for putting WAN directed internal packets in different queue