netifd: remove IPv6 forwarding-sysctl workaround
[openwrt/staging/mkresin.git] / package / network / config / netifd / files / etc / hotplug.d / iface / 10-ipv6-static
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"