comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default
[openwrt/staging/rmilecki.git] / package / network / utils / comgt / files / ncm.sh
index 1f0d0db2e7081a6992fc2fb17db41e5bcc0363a2..ffe5615e0712016f395f184c03f10724428e8030 100644 (file)
@@ -131,6 +131,7 @@ proto_ncm_setup() {
        json_add_string name "${interface}_6"
        json_add_string ifname "@$interface"
        json_add_string proto "dhcpv6"
+       json_add_string extendprefix 1
        ubus call network add_dynamic "$(json_dump)"
 }