forked from extern/shorewall_code
Correct log name for untracked chain
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6908a4bcf7
commit
7cfe9ec272
@ -2325,7 +2325,7 @@ sub invalid_log($$) {
|
||||
# Name of the untracked chain between an ordered pair of zones
|
||||
#
|
||||
sub untracked_log($$) {
|
||||
'&' . &rules_log(@_);
|
||||
'=' . &rules_log(@_);
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user