mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Correct comment
- The chain will only exist if logging wasn't specified for the same disposition. Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
26795cf082
commit
436b5d89ce
@ -3769,7 +3769,7 @@ sub process_rules() {
|
||||
UNTRACKED_SECTION, 'UNTRACKED' );
|
||||
|
||||
#
|
||||
# If A_REJECT was specified in shorewall[6].conf, the A_REJECT chain will already exist.
|
||||
# If A_REJECT was specified in shorewall[6].conf, the A_REJECT chain may already exist.
|
||||
#
|
||||
$usedactions{normalize_action_name( 'A_REJECT' )} = $filter_table->{A_REJECT} if $filter_table->{A_REJECT};
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user