base-files: set default IPv6 forwarding value to 1
authorSteven Barth <cyrus@openwrt.org>
Tue, 11 Jun 2013 13:30:18 +0000 (13:30 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 11 Jun 2013 13:30:18 +0000 (13:30 +0000)
SVN-Revision: 36918

package/base-files/Makefile
package/base-files/files/etc/sysctl.conf

index ebce5fe9582ad62567063ca1eab108fb2e170c7d..f06c12fcb52d86c74e0db3851c1d1b5be447074f 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/version.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=139
+PKG_RELEASE:=140
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_BUILD_DEPENDS:=opkg/host
index 890e77af8ef8b18855156f33230c93077fc05e64..89527df9f83758c4c2505d7dc85fa30886df47fa 100644 (file)
@@ -12,8 +12,8 @@ net.ipv4.tcp_timestamps=1
 net.ipv4.tcp_sack=1
 net.ipv4.tcp_dsack=1
 
-net.ipv6.conf.default.forwarding=2
-net.ipv6.conf.all.forwarding=2
+net.ipv6.conf.default.forwarding=1
+net.ipv6.conf.all.forwarding=1
 
 net.netfilter.nf_conntrack_acct=1
 net.netfilter.nf_conntrack_checksum=0