mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:09:43 +02:00
don't clear the mangle table in the default firewall script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2517 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4073708de9
commit
89648c8fb6
@ -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