mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
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:
parent
2828166bbe
commit
1a24a6fe78
@ -1152,7 +1152,7 @@ sub do_test ( $$ )
|
||||
|
||||
validate_mark $testval;
|
||||
|
||||
$testval .= '/0xFFFF' unless ( $testval =~ '/' );
|
||||
$testval = join('/', $testval, $mask ) unless ( $testval =~ '/' );
|
||||
|
||||
"$match $testval ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user