comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default
[openwrt/.git] / package / network / utils / comgt / files / directip.sh
index 66d92a7c2cc7d9fbbb379e5ae07a4eac0934b15e..d82805278c98ecbd02a8fe222b1e2062303effd9 100644 (file)
@@ -86,6 +86,7 @@ proto_directip_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)"
 
        return 0