Make '&' and '|' work with CONNMARK

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-18 11:30:52 -07:00
parent 18573037f9
commit 2bebf1c95a

View File

@ -4098,7 +4098,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) {
maxparams => 1,
function => sub () {
$target = 'CONNMARK';
$handle_mark_param->('--set-mark' , HIGHMARK );
$handle_mark_param->('' , HIGHMARK );
},
},