summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-20 13:45:40 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-20 13:45:40 +0000
commit4eff224df39618193db21c29b284404e07f1f306 (patch)
tree2a034dc4b572515f32d39a56006b115a6749439c /package/firewall
parent65302aa5bc4cebf0a8cbde4cf65418b82ddeb7bf (diff)
[package] firewall: explictely mention network in default configuration, makes it less confusing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26961 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/files/firewall.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index bee162549..c852f4b00 100644
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -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