Fixing flush

This commit is contained in:
bruns@2mbit.com 2010-06-20 04:22:36 +00:00
parent 058d333710
commit 0bbdf8a5e9

View File

@ -14,6 +14,7 @@ $IPTABLES --flush &>/dev/null
$IPTABLES -F OUTPUT &>/dev/null
$IPTABLES -F PREROUTING &>/dev/null
$IPTABLES -F POSTROUTING &>/dev/null
$IPTABLES -F -t mangle &>/dev/null
if [ $NAT ]; then
$IPTABLES -F -t nat &>/dev/null
fi