forked from extern/shorewall_code
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:
parent
1b1af2fc65
commit
2b261424d7
@ -1012,7 +1012,7 @@ case "$1" in
|
|||||||
echo
|
echo
|
||||||
echo "Modules"
|
echo "Modules"
|
||||||
echo
|
echo
|
||||||
lsmod | grep -E '^ip_|^ipt_'
|
lsmod | grep -E '^ip_|^ipt_|^iptable_'
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
hits)
|
hits)
|
||||||
@ -1173,6 +1173,7 @@ case "$1" in
|
|||||||
elif [ -f $RESTOREPATH ]; then
|
elif [ -f $RESTOREPATH ]; then
|
||||||
echo " $RESTOREPATH exists and is not a saved Shorewall configuration"
|
echo " $RESTOREPATH exists and is not a saved Shorewall configuration"
|
||||||
fi
|
fi
|
||||||
|
rm -f /var/lib/shorewall/save
|
||||||
;;
|
;;
|
||||||
ipcalc)
|
ipcalc)
|
||||||
[ -n "$debugging" ] && set -x
|
[ -n "$debugging" ] && set -x
|
||||||
|
Loading…
Reference in New Issue
Block a user