Correct setup of $usedactions{A_REJECT}

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-04-06 08:18:36 -07:00
parent 95e4071f34
commit 26795cf082

View File

@ -3771,7 +3771,7 @@ sub process_rules() {
# #
# 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 will already exist.
# #
$actions{normalize_action_name( 'A_REJECT' )} = 'A_REJECT' if $filter_table->{A_REJECT}; $usedactions{normalize_action_name( 'A_REJECT' )} = $filter_table->{A_REJECT} if $filter_table->{A_REJECT};
# #
# Create zone-forwarding chains if required # Create zone-forwarding chains if required
# #