mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-20 17:40:32 +00:00
don't clear the mangle table in the default firewall script
SVN-Revision: 2517
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user