index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
network
/
utils
/
umbim
/
files
/
lib
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/network/utils/umbim/files/lib')
-rwxr-xr-x
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
index 617407cd08..eab5cf3de6 100755
--- a/
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
+++ b/
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
@@ -258,6 +258,12 @@ _proto_mbim_setup() {
done
json_close_array
+ json_add_array ip6prefix
+ for address in $ipv6address; do
+ json_add_string "" "$address"
+ done
+ json_close_array
+
json_add_string ip6gw $(_proto_mbim_get_field ipv6gateway "$mbimconfig")
[ "$peerdns" = 0 ] || {