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:
teastep 2006-05-05 21:29:09 +00:00
parent 9c604cfee5
commit 8b573c4ec5

View File

@ -3447,11 +3447,11 @@ process_tc_rule()
if [ -n "$marktest" ] ; then
case $testval in
*/*)
validate_mark ${testval%/*}
validate_mark ${testval#*/}
verify_mark ${testval%/*}
verify_mark ${testval#*/}
;;
*)
validate_mark $testval
verify_mark $testval
testval=$testval/$mask
;;
esac