
#-----------------------------------------------------------------------
# README
#-----------------------------------------------------------------------
#
# FTP (outgoing pasv), ICQ, NTP, etc. are some of the services which 
# open all firewall high ports based on a source port. To assure the
# tightest security, we block whatever high ports we need to _before_
# loading the rules for these services.
#
#-----------------------------------------------------------------------
# CHANGES
#-----------------------------------------------------------------------
#
# 2000-10-14  Jean-Sebastien Morisset <jsmoriss@jsm-mv.dyndns.org>
#             Initial module written for v5.0.
#
#-----------------------------------------------------------------------

if [ ! "$CLUSTER_NAME" ]
then
	for module in `Sed_Dirname ${1}`/../block-local-ports/*
	do
		[ -f "$module" ] && . "$module" "$module"
	done
	unset module
fi

