mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Improve Mark Range Implementation
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
807b9ca627
commit
695db284c0
@ -260,7 +260,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) {
|
||||
$chain ||= $designator;
|
||||
$chain ||= $default_chain;
|
||||
|
||||
$option = '--set-mark';
|
||||
$option ||= ( $and_or eq '|' ? '--or-mark' : $and_or ? '--and-mark' : '--set-mark' );
|
||||
|
||||
my $chainref = ensure_chain( 'mangle', $chain = $chainnames{$chain} );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user