aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/ppp')
-rwxr-xr-xpackage/network/services/ppp/files/lib/netifd/ppp-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/files/lib/netifd/ppp-up b/package/network/services/ppp/files/lib/netifd/ppp-up
index f9bfe62383..105ecbe844 100755
--- a/package/network/services/ppp/files/lib/netifd/ppp-up
+++ b/package/network/services/ppp/files/lib/netifd/ppp-up
@@ -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