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 #