From 2b261424d790e673aff160120fc864bc5d027080 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 3 Aug 2005 20:24:55 +0000 Subject: [PATCH] Minor tweak to 'dump'; remove the dynamic blacklist in 'forget' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2451 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 2b5a5963b..38fc379a2 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -1012,7 +1012,7 @@ case "$1" in echo echo "Modules" echo - lsmod | grep -E '^ip_|^ipt_' + lsmod | grep -E '^ip_|^ipt_|^iptable_' fi ;; hits) @@ -1173,6 +1173,7 @@ case "$1" in elif [ -f $RESTOREPATH ]; then echo " $RESTOREPATH exists and is not a saved Shorewall configuration" fi + rm -f /var/lib/shorewall/save ;; ipcalc) [ -n "$debugging" ] && set -x