firewall: allow routed lan<->lan traffic by default
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 4 Jul 2013 18:10:36 +0000 (18:10 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 4 Jul 2013 18:10:36 +0000 (18:10 +0000)
SVN-Revision: 37171

package/network/config/firewall/Makefile
package/network/config/firewall/files/firewall.config

index 558e8633dbd1289a451611c617d7132c77d26940..fd48ffea617adc9d795be4e689988ac514c4d4c1 100644 (file)
@@ -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
index acfb5e5abd5a1a56aed808619a19bccba844460b..d149e77957de1c80358c1e8131920867a193c9ed 100644 (file)
@@ -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