mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Make '&' and '|' work with CONNMARK
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
18573037f9
commit
2bebf1c95a
@ -4098,7 +4098,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) {
|
|||||||
maxparams => 1,
|
maxparams => 1,
|
||||||
function => sub () {
|
function => sub () {
|
||||||
$target = 'CONNMARK';
|
$target = 'CONNMARK';
|
||||||
$handle_mark_param->('--set-mark' , HIGHMARK );
|
$handle_mark_param->('' , HIGHMARK );
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user