From 62a60ad995909288f27456841e2744ca51587fb6 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 14 Jun 2017 12:26:22 -0700 Subject: [PATCH] Add comments around functions moved from IPAddrs.pm to Chains.pm. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 3db73a729..e81ee246c 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -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 #