summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-04 18:10:36 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-04 18:10:36 +0000
commit30d7a005185f382c959367f4b7e69ed8c1ce90e1 (patch)
tree8274d22192686ece14ae8bd6db508edb9f70e3a6 /package/network
parent32e820cfca695756135ad106db5dd6102ee741a3 (diff)
firewall: allow routed lan<->lan traffic by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-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