summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-07-04 18:10:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-07-04 18:10:36 +0000
commit4aa82d07a6806adf94b47154869c8a630eabb723 (patch)
tree7897f731ecd11a8e7f21888c91330448ef95a5cf /package
parent2a8630394dceb62987bad064fefe6deb0caf718d (diff)
downloadopenwrt-4aa82d07a6806adf94b47154869c8a630eabb723.tar.gz
openwrt-4aa82d07a6806adf94b47154869c8a630eabb723.tar.bz2
openwrt-4aa82d07a6806adf94b47154869c8a630eabb723.zip
firewall: allow routed lan<->lan traffic by default
SVN-Revision: 37171
Diffstat (limited to 'package')
-rw-r--r--package/network/config/firewall/Makefile2
-rw-r--r--package/network/config/firewall/files/firewall.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 558e8633db..fd48ffea61 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -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
diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config
index acfb5e5abd..d149e77957 100644
--- a/package/network/config/firewall/files/firewall.config
+++ b/package/network/config/firewall/files/firewall.config
@@ -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