mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-16 19:56:48 +02:00
Correct log name for untracked chain
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -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(@_);
|
||||
}
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user