projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db000d
)
merge r26961
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 20 May 2011 13:46:19 +0000
(13:46 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 20 May 2011 13:46:19 +0000
(13:46 +0000)
SVN-Revision: 26962
package/firewall/files/firewall.config
patch
|
blob
|
history
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index 7904cedb879140804a8afa1f7f76258538a05516..f842a970e0aae97aa61d7d3f509b28762d7a1b05 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