firewall: allow routed lan<->lan traffic by default
SVN-Revision: 37171
This commit is contained in:
parent
2a8630394d
commit
4aa82d07a6
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=firewall
|
||||
PKG_VERSION:=2013-06-29
|
||||
PKG_VERSION:=2013-07-04
|
||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
|
|
@ -11,7 +11,7 @@ config zone
|
|||
list network 'lan'
|
||||
option input ACCEPT
|
||||
option output ACCEPT
|
||||
option forward REJECT
|
||||
option forward ACCEPT
|
||||
|
||||
config zone
|
||||
option name wan
|
||||
|
|
Loading…
Reference in a new issue