network: also shorten virtual interface names of ppp and 3g/4g connections
[openwrt/openwrt.git] / package / network / services / ppp / files / lib / netifd / ppp-up
index f9bfe6238370eb7aaa0e1515ddbbe955f723dfae..105ecbe8445ccd2e13f18bf6572ae913e6bb9c4f 100755 (executable)
@@ -22,7 +22,7 @@ proto_send_update "$PPP_IPPARAM"
 
 if [ -n "$AUTOIPV6" ]; then
        json_init
-       json_add_string name "${PPP_IPPARAM}_dhcpv6"
+       json_add_string name "${PPP_IPPARAM}_6"
        json_add_string ifname "@$PPP_IPPARAM"
        json_add_string proto "dhcpv6"
        json_close_object