netifd: remove IPv6 forwarding-sysctl workaround
authorSteven Barth <cyrus@openwrt.org>
Tue, 29 Jan 2013 10:13:39 +0000 (10:13 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 29 Jan 2013 10:13:39 +0000 (10:13 +0000)
SVN-Revision: 35369

package/network/config/netifd/Makefile
package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static

index 99f26f6b2b3d76bba932e898a27ee56cdf2db15f..61ea58266579024cf03f0fda3b9bd7cc4a4c4fa7 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netifd
-PKG_VERSION:=2013-01-28.2
+PKG_VERSION:=2013-01-29
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
index 7f671b1c218414484fcb91f1aaa445ab1ebc7088..d7248948e611c1fab18a6ecf1545f92c2467f00c 100644 (file)
@@ -9,7 +9,6 @@ case "$ACTION" in
 
                if [ "$proto" = "static" -a "$ip6slaac" = "1" ]; then
                        echo 2 > "/proc/sys/net/ipv6/conf/$DEVICE/accept_ra"
-                       echo 2 > "/proc/sys/net/ipv6/conf/$DEVICE/forwarding"
 
                        # Though this should be save here, it is not recommended
                        echo 1 > "/proc/sys/net/ipv6/conf/$DEVICE/disable_ipv6"