forked from extern/shorewall_code
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:
parent
90c9e515c6
commit
8bdf97d821
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user