forked from extern/shorewall_code
Fix typo in clear_firewall()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a1e46b68f0
commit
b0feeb805d
@ -1102,7 +1102,7 @@ clear_firewall() {
|
||||
echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||
|
||||
if [ -n "$DISABLE_IPV6" ]; then
|
||||
if [ -x $IPTABLES ]; then
|
||||
if [ -x $IP6TABLES ]; then
|
||||
$IP6TABLES -P INPUT ACCEPT 2> /dev/null
|
||||
$IP6TABLES -P OUTPUT ACCEPT 2> /dev/null
|
||||
$IP6TABLES -P FORWARD ACCEPT 2> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user