forked from extern/shorewall_code
Change 'track' interraction with PREROUTING marking -- take 4
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3864 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9c604cfee5
commit
8b573c4ec5
@ -3447,11 +3447,11 @@ process_tc_rule()
|
|||||||
if [ -n "$marktest" ] ; then
|
if [ -n "$marktest" ] ; then
|
||||||
case $testval in
|
case $testval in
|
||||||
*/*)
|
*/*)
|
||||||
validate_mark ${testval%/*}
|
verify_mark ${testval%/*}
|
||||||
validate_mark ${testval#*/}
|
verify_mark ${testval#*/}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
validate_mark $testval
|
verify_mark $testval
|
||||||
testval=$testval/$mask
|
testval=$testval/$mask
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user