ppp: add unconditional autoipv6-trigger
[openwrt/staging/chunkeey.git] / package / network / services / ppp / files / ppp.sh
index eb3f069d953b3568b4d5986d3857cfe856b719dd..0456fda5d97e1231f755e6b1b6cd3916138ba05e 100755 (executable)
@@ -30,7 +30,7 @@ ppp_generic_setup() {
                ipv6=""
        elif [ -z "$ipv6" -o "$ipv6" = auto ]; then
                ipv6=1
-               proto_export "IPV6IFACE=${config}6"
+               proto_export "AUTOIPV6=1"
        fi
 
        if [ "${demand:-0}" -gt 0 ]; then