mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 08:08:12 +01:00
Add a comment
This commit is contained in:
parent
d8c36da069
commit
cf2d4e154f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user