netifd: remove IPv6 forwarding-sysctl workaround

SVN-Revision: 35369
master
Steven Barth 12 years ago
parent ea7c9c85a8
commit fac1ed35ac
  1. 2
      package/network/config/netifd/Makefile
  2. 1
      package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static

@ -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

@ -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"

Loading…
Cancel
Save