Add a comment line

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-03-19 10:38:41 -07:00
parent 658f5c6674
commit 4de651ff55

View File

@ -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