don't clear the mangle table in the default firewall script
SVN-Revision: 2517
This commit is contained in:
parent
b26165bc5e
commit
7164dc5f27
@ -11,7 +11,7 @@ WAN=$(nvram get wan_ifname)
|
|||||||
LAN=$(nvram get lan_ifname)
|
LAN=$(nvram get lan_ifname)
|
||||||
|
|
||||||
## CLEAR TABLES
|
## CLEAR TABLES
|
||||||
for T in filter nat mangle; do
|
for T in filter nat; do
|
||||||
iptables -t $T -F
|
iptables -t $T -F
|
||||||
iptables -t $T -X
|
iptables -t $T -X
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user