Fix typo in refresh_tc()

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3890 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-07 14:10:15 +00:00
parent 76ecdfa376
commit db6e832174

View File

@ -1787,7 +1787,7 @@ refresh_tc() {
while read mark sources dests proto ports sports user testval; do
expandv mark sources dests proto ports sports user testval tos
rule=$(echo "$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