AA: firewall3: merge r36806
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 31 May 2013 13:25:49 +0000 (13:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 31 May 2013 13:25:49 +0000 (13:25 +0000)
SVN-Revision: 36808

package/firewall3/files/firewall.config

index 59a45b208d21aa2a2ad58d47475e15c4030a7165..acfb5e5abd5a1a56aed808619a19bccba844460b 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