AA: firewall3: merge r36806
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 31 May 2013 13:25:49 +0000 (13:25 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 31 May 2013 13:25:49 +0000 (13:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36808 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/firewall3/files/firewall.config

index 59a45b2..acfb5e5 100644 (file)
@@ -8,14 +8,15 @@ config defaults
 
 config zone
        option name             lan
-       option network          'lan'
+       list   network          'lan'
        option input            ACCEPT
        option output           ACCEPT
        option forward          REJECT
 
 config zone
        option name             wan
-       option network          'wan wan6'
+       list   network          'wan'
+       list   network          'wan6'
        option input            REJECT
        option output           ACCEPT
        option forward          REJECT