Fix typo in 'firewall' script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3025 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-11-18 17:25:09 +00:00
parent 90c9e515c6
commit 8bdf97d821

View File

@ -2130,7 +2130,7 @@ stop_firewall() {
done
fi
[ -n "$RAW_TABLE" ]; then
if [ -n "$RAW_TABLE" ]; then
run_iptables -t raw -F
run_iptables -t raw -X
for chain in PREROUTING OUTPUT; do