From 4aa82d07a6806adf94b47154869c8a630eabb723 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Thu, 4 Jul 2013 18:10:36 +0000
Subject: firewall: allow routed lan<->lan traffic by default

SVN-Revision: 37171
---
 package/network/config/firewall/Makefile              | 2 +-
 package/network/config/firewall/files/firewall.config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'package')

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
-- 
cgit v1.2.3