From 91c3f175b507282425f8c33671ce93a3247f4372 Mon Sep 17 00:00:00 2001 From: bbruns Date: Mon, 23 Aug 2010 21:42:06 +0000 Subject: [PATCH] More functions and help --- include/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions b/include/functions index 706ae2c..8e82d89 100644 --- a/include/functions +++ b/include/functions @@ -83,6 +83,7 @@ function iptables_rules_flush { ipv6) VER_IPTABLES=$IP6TABLES ;; ipv4|*) VER_IPTABLES=$IPTABLES ;; esac + display_c RED "Flushing $VER_IPTABLES rules..." $VER_IPTABLES --flush &>/dev/null $VER_IPTABLES -F OUTPUT &>/dev/null $VER_IPTABLES -F PREROUTING &>/dev/null