More small fixes

This commit is contained in:
bbruns 2014-04-12 21:04:17 +00:00
parent 39ca360ec2
commit 900506638e

@ -45,7 +45,7 @@ function iptables_rules_flush {
for i in `cat $TABLE_NAMES`; do for i in `cat $TABLE_NAMES`; do
${VER_IPTABLES} -F -t $i &>/dev/null ${VER_IPTABLES} -F -t $i &>/dev/null
done done
#${VER_IPTABLES} -X ${VER_IPTABLES} -X &>/dev/null
} }
# iptables_policy_set (ipv6|ipv4) (ACCEPT|DROP) # iptables_policy_set (ipv6|ipv4) (ACCEPT|DROP)