From 4de651ff551d006f7b9b81ae4d0b3e6bfdaf2362 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 19 Mar 2014 10:38:41 -0700 Subject: [PATCH] Add a comment line Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index e0ff5e12f..de6c72b52 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -2070,6 +2070,7 @@ sub use_input_chain($$) { # Interface associated with a single zone -- Must use the interface chain if # the zone has multiple interfaces # and this interface has option rules + # return 1 if $interfaceref->{options}{use_input_chain} && keys %{ zone_interfaces( $zone ) } > 1; # # Interface associated with a single zone -- use the zone's input chain if it has one