mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-04 17:05:42 +02: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' );
|
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};
|
$usedactions{normalize_action_name( 'A_REJECT' )} = $filter_table->{A_REJECT} if $filter_table->{A_REJECT};
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user