base-files: remove IPv6-forwarding setting for all interfaces
authorSteven Barth <cyrus@openwrt.org>
Mon, 28 Jan 2013 13:53:38 +0000 (13:53 +0000)
committerSteven Barth <cyrus@openwrt.org>
Mon, 28 Jan 2013 13:53:38 +0000 (13:53 +0000)
SVN-Revision: 35344

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

index 0959050a5eb9fd3d3d0981858affcda478f57c92..353b9ae3929d5399d5569601ef70974876b2bebc 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/version.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=128
+PKG_RELEASE:=129
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
 PKG_BUILD_DEPENDS:=opkg/host
index 52aea5501a4f1351e5313ac9729ccf2e7e201245..1841dd4ca5916456438bd0e7e3bda05c0e6ea5d0 100644 (file)
@@ -12,7 +12,6 @@ net.ipv4.tcp_timestamps=1
 net.ipv4.tcp_sack=1
 net.ipv4.tcp_dsack=1
 
-net.ipv6.conf.all.forwarding=1
 net.ipv6.conf.default.forwarding=1
 
 net.netfilter.nf_conntrack_acct=1