Final fix for wrong mask in mark tests

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7981 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-01-01 00:27:52 +00:00
parent 2828166bbe
commit 1a24a6fe78

View File

@ -1152,7 +1152,7 @@ sub do_test ( $$ )
validate_mark $testval;
$testval .= '/0xFFFF' unless ( $testval =~ '/' );
$testval = join('/', $testval, $mask ) unless ( $testval =~ '/' );
"$match $testval ";
}