projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16dfe8b
)
firewall: explictely mention network in default configuration, makes it less confusing
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 20 May 2011 13:45:40 +0000
(13:45 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 20 May 2011 13:45:40 +0000
(13:45 +0000)
SVN-Revision: 26961
package/firewall/files/firewall.config
patch
|
blob
|
history
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index bee162549e78e2c73abfeb4e9acdbed6bca2f822..c852f4b0000170662556d4661601450edc29f5d5 100644
(file)
--- 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