From 2cd5c41ec06391f7d9ea6f1f7a78e20c703f1895 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 6 Jun 2014 10:44:33 -0700 Subject: [PATCH] Clean up white space in pi-rho's patch 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 6d32ba7d3..286f9d55b 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -878,8 +878,8 @@ sub add_common_rules ( $$ ) { add_ijump( $chainref , g => $target, imatch_source_net( $_ ), @ipsec ), $chainref->{filtered}++ for @filters; } } - } + for ( option_chains( $interface ) ) { add_ijump( $filter_table->{$_}, j => $dynamicref, @state ) if $dynamicref; add_ijump( $filter_table->{$_}, j => 'ACCEPT', state_imatch $faststate )->{comment} = '' if $config{FASTACCEPT};