Tweak new shorecap program

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3994 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-05 21:29:55 +00:00
parent 10430ad052
commit bf3f83d0e0

View File

@ -48,6 +48,7 @@ VERSION=3.2.0-RC1
. /usr/share/shorewall/functions . /usr/share/shorewall/functions
. /usr/share/shorewall/configpath . /usr/share/shorewall/configpath
. /etc/shorewall/shorewall.conf
report_capability() # $1 = Capability report_capability() # $1 = Capability
{ {
@ -85,6 +86,7 @@ report_capabilities() {
report_capability MANGLE_FORWARD report_capability MANGLE_FORWARD
} }
[ -n "$IPTABLES" ] || iptables=$(mywhich iptables)
VERBOSE=0 VERBOSE=0
load_kernel_modules load_kernel_modules
determine_capabilities determine_capabilities