mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-13 05:06:55 +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 $save_comment = push_comment;
|
||||||
|
|
||||||
my $ref = $filter_table->{$target};
|
$table = $table || 'filter';
|
||||||
|
|
||||||
|
my $ref = $chain_table{$table}{$target};
|
||||||
|
|
||||||
unless ( $ref ) {
|
unless ( $ref ) {
|
||||||
$ref = new_chain( $table || 'filter', $target );
|
$ref = new_chain( $table, $target );
|
||||||
|
|
||||||
unless ( $action ) {
|
unless ( $action ) {
|
||||||
$action = $target;
|
$action = $target;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user