[backfire] merge r26961
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 20 May 2011 13:46:19 +0000 (13:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 20 May 2011 13:46:19 +0000 (13:46 +0000)
SVN-Revision: 26962

package/firewall/files/firewall.config

index 7904cedb879140804a8afa1f7f76258538a05516..f842a970e0aae97aa61d7d3f509b28762d7a1b05 100644 (file)
@@ -8,12 +8,14 @@ config defaults
 
 config zone
        option name             lan
+       option network  'lan'
        option input    ACCEPT 
        option output   ACCEPT 
        option forward  REJECT
 
 config zone
        option name             wan
+       option network  'wan'
        option input    REJECT
        option output   ACCEPT 
        option forward  REJECT