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:
33b1b73
)
AA: firewall3: merge r36806
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 31 May 2013 13:25:49 +0000
(13:25 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 31 May 2013 13:25:49 +0000
(13:25 +0000)
SVN-Revision: 36808
package/firewall3/files/firewall.config
patch
|
blob
|
history
diff --git
a/package/firewall3/files/firewall.config
b/package/firewall3/files/firewall.config
index 59a45b208d21aa2a2ad58d47475e15c4030a7165..acfb5e5abd5a1a56aed808619a19bccba844460b 100644
(file)
--- a/
package/firewall3/files/firewall.config
+++ b/
package/firewall3/files/firewall.config
@@
-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