Add comments around functions moved from IPAddrs.pm to Chains.pm.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-06-14 12:26:22 -07:00
parent b1ba05db2b
commit 62a60ad995
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -841,6 +841,10 @@ sub record_runtime_port( $ ) {
"\$$variable";
}
################################################################################
# Functions moved from IPAddrs.pm in 5.1.5 #
################################################################################
sub validate_port( $$ ) {
my ($proto, $port) = @_;
@ -1018,6 +1022,10 @@ sub expand_port_range( $$ ) {
}
}
################################################################################
# End functions moved from IPAddrs.pm in 5.1.5 #
################################################################################
#
# Functions to manipulate cmdlevel
#