mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-10 19:56:42 +02:00
Correct handling of MACLIST_DISPOSITION with MACLIST_TABLE=mangle
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ee2e85c0fb
commit
f85d548d40
@ -2534,10 +2534,12 @@ sub ensure_audit_chain( $;$$$ ) {
|
||||
|
||||
my $save_comment = push_comment;
|
||||
|
||||
my $ref = $filter_table->{$target};
|
||||
$table = $table || 'filter';
|
||||
|
||||
my $ref = $chain_table{$table}{$target};
|
||||
|
||||
unless ( $ref ) {
|
||||
$ref = new_chain( $table || 'filter', $target );
|
||||
$ref = new_chain( $table, $target );
|
||||
|
||||
unless ( $action ) {
|
||||
$action = $target;
|
||||
|
Loading…
x
Reference in New Issue
Block a user