mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01: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,
|
||||
function => sub () {
|
||||
$target = 'CONNMARK';
|
||||
$handle_mark_param->('--set-mark' , HIGHMARK );
|
||||
$handle_mark_param->('' , HIGHMARK );
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user