Add a comment

This commit is contained in:
Tom Eastep 2011-02-18 21:05:44 -08:00
parent d8c36da069
commit cf2d4e154f

View File

@ -1131,6 +1131,9 @@ sub first_chains( $ ) #$1 = interface
( $c . '_fwd', $c . '_in' );
}
#
# Returns true if the passed name is that of a Shorewall-generated chain
#
sub reserved_name( $ ) {
my $chain = shift;