From 900506638ebe36184a348b4ef9bd1c5b177b1a80 Mon Sep 17 00:00:00 2001 From: bbruns Date: Sat, 12 Apr 2014 21:04:17 +0000 Subject: [PATCH] More small fixes --- lib/iptables.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iptables.inc b/lib/iptables.inc index 7f825e6..1db51bd 100644 --- a/lib/iptables.inc +++ b/lib/iptables.inc @@ -45,7 +45,7 @@ function iptables_rules_flush { for i in `cat $TABLE_NAMES`; do ${VER_IPTABLES} -F -t $i &>/dev/null done - #${VER_IPTABLES} -X + ${VER_IPTABLES} -X &>/dev/null } # iptables_policy_set (ipv6|ipv4) (ACCEPT|DROP)