comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default
[openwrt/.git] / package / network / utils / uqmi / files / lib / netifd / proto / qmi.sh
index 25e5d1f521b739485998cd3d2d374bc44f790c2b..b416da6bc82caa2b41227508afc05ecbe69ec940 100755 (executable)
@@ -128,6 +128,7 @@ _proto_qmi_setup() {
        json_add_string name "${interface}_6"
        json_add_string ifname "@$interface"
        json_add_string proto "dhcpv6"
+       json_add_string extendprefix 1
        json_close_object
        ubus call network add_dynamic "$(json_dump)"
 }