Update trunk with latest branches/4.0/ patch

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7389 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-09-26 00:01:39 +00:00
parent d9e2c5b973
commit 2bf7abc7b7

View File

@ -287,8 +287,7 @@ stop_firewall() {
deletechain shorewall
run_stop_exit;
run_stop_exit
EOF
if ( $capabilities{MANGLE_ENABLED} ) {
@ -298,7 +297,6 @@ EOF
for chain in PREROUTING INPUT FORWARD POSTROUTING; do
qt $IPTABLES -t mangle -P $chain ACCEPT
done
EOF
}
@ -309,7 +307,6 @@ EOF
for chain in PREROUTING OUTPUT; do
qt $IPTABLES -t raw -P $chain ACCEPT
done
EOF
}
@ -319,7 +316,6 @@ EOF
for chain in PREROUTING POSTROUTING OUTPUT; do
qt $IPTABLES -t nat -P $chain ACCEPT
done
EOF
}