mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 19:09:33 +01:00
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:
parent
76ecdfa376
commit
db6e832174
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user