mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-25 23:19:03 +01:00
Correct log name for untracked chain
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
2b6d657fb0
commit
35c7f304f7
@ -2325,7 +2325,7 @@ sub invalid_log($$) {
|
|||||||
# Name of the untracked chain between an ordered pair of zones
|
# Name of the untracked chain between an ordered pair of zones
|
||||||
#
|
#
|
||||||
sub untracked_log($$) {
|
sub untracked_log($$) {
|
||||||
'&' . &rules_log(@_);
|
'=' . &rules_log(@_);
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user