From 24e21e730ea51af43e74a52da5f5f12dd3d68814 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 12 Feb 2018 19:10:35 -0800 Subject: [PATCH] Correct typo in add_common_rules() Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index 90038589b..12c2519f9 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -718,7 +718,7 @@ sub add_common_rules ( $ ) { if ( $config{REJECT_ACTION} ) { process_reject_action; - fatal_eror( "The REJECT_ACTION ($config{REJECT_ACTION}) is not terminating" ) unless terminating( $rejectref ); + fatal_error( "The REJECT_ACTION ($config{REJECT_ACTION}) is not terminating" ) unless terminating( $rejectref ); } else { if ( have_capability( 'ADDRTYPE' ) ) { add_ijump $rejectref , j => 'DROP' , addrtype => '--src-type BROADCAST';