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