More small fixes
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)
|
||||||
|
|
Loading…
Reference in New Issue