mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Update 'refresh tc' code for TOS column
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3885 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
25d1ce7e6d
commit
e2b1562d93
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user