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
This commit is contained in:
teastep 2005-08-03 20:24:55 +00:00
parent 1b1af2fc65
commit 2b261424d7

View File

@ -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