mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix all_interfaces option in qosmngr
This commit is contained in:
parent
77c62b3059
commit
f1acd2b4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ handle_iptables_rules() {
|
||||||
[ -n "$IP_RULE" ] && [ -n "$dscp_mark" ] && append_rule_to_mangle_table "qos_forward" $ip_version
|
[ -n "$IP_RULE" ] && [ -n "$dscp_mark" ] && append_rule_to_mangle_table "qos_forward" $ip_version
|
||||||
|
|
||||||
if [ -n "$IP_RULE" ] && [ -n "$traffic_class" ]; then
|
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
|
append_rule_to_mangle_table "qos_output" $ip_version
|
||||||
elif [ "$ifname" == "lo" ]; then
|
elif [ "$ifname" == "lo" ]; then
|
||||||
#write iptables rule for putting WAN directed internal packets in different queue
|
#write iptables rule for putting WAN directed internal packets in different queue
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue