diff --git a/Shorewall/firewall b/Shorewall/firewall index b17de0e5d..91f21cb36 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1796,8 +1796,8 @@ refresh_tc() { strip_file tcrules while read mark sources dests proto ports sports user testval; do - expandv mark sources dests proto ports sports user testval - rule=$(echo "$mark $sources $dests $proto $ports $sports $user $testval") + expandv mark sources dests proto ports sports user testval tos + rule=$(echo "$mark $sources $dests $proto $ports $sports $user $testval tos") process_tc_rule done < $TMP_DIR/tcrules