mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Fix LOG rules in action files
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6205 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6ade694060
commit
9f8aebe33d
@ -411,7 +411,7 @@ sub process_action3( $$$$$ ) {
|
|||||||
} elsif ( $action2type & ACTION ) {
|
} elsif ( $action2type & ACTION ) {
|
||||||
$target2 = (find_logactionchain ( $target = $target2 ))->{name};
|
$target2 = (find_logactionchain ( $target = $target2 ))->{name};
|
||||||
} else {
|
} else {
|
||||||
die "Internal Error" unless $action2type == MACRO;
|
die "Internal Error" unless $action2type == MACRO || $action2type & LOGRULE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user