From e2b1562d935795c38c04c867b5070bbcb2e486db Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 6 May 2006 20:48:46 +0000 Subject: [PATCH] Update 'refresh tc' code for TOS column git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3885 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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