aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files/etc/hotplug.d
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-01-29 10:13:39 +0000
committerSteven Barth <cyrus@openwrt.org>2013-01-29 10:13:39 +0000
commitfac1ed35ac8d3859e42e77324b56086aba454cdf (patch)
tree6fd1c7cca646e3909c593dc527bcf2fac63b3d11 /package/network/config/netifd/files/etc/hotplug.d
parentea7c9c85a8bc5b6b91594572b60ef20d5763c932 (diff)
downloadupstream-fac1ed35ac8d3859e42e77324b56086aba454cdf.tar.gz
upstream-fac1ed35ac8d3859e42e77324b56086aba454cdf.tar.bz2
upstream-fac1ed35ac8d3859e42e77324b56086aba454cdf.zip
netifd: remove IPv6 forwarding-sysctl workaround
SVN-Revision: 35369
Diffstat (limited to 'package/network/config/netifd/files/etc/hotplug.d')
-rw-r--r--package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static b/package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static
index 7f671b1c21..d7248948e6 100644
--- a/package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static
+++ b/package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static
@@ -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"