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)
|
||||
|
||||
## CLEAR TABLES
|
||||
for T in filter nat mangle; do
|
||||
for T in filter nat; do
|
||||
iptables -t $T -F
|
||||
iptables -t $T -X
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user