From e5190a77e1f87787675f5eddd66e2d44596fe79c Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 26 Sep 2014 13:58:40 +0000 Subject: [PATCH] comgt: fireup a dhcpv6-client for directip as well SVN-Revision: 42670 --- package/network/utils/comgt/files/directip.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package/network/utils/comgt/files/directip.sh b/package/network/utils/comgt/files/directip.sh index 6b9326ddc9..2bfdf80516 100644 --- a/package/network/utils/comgt/files/directip.sh +++ b/package/network/utils/comgt/files/directip.sh @@ -78,6 +78,12 @@ proto_directip_setup() { json_add_string proto "dhcp" ubus call network add_dynamic "$(json_dump)" + json_init + json_add_string name "${interface}_dhcpv6" + json_add_string ifname "@$interface" + json_add_string proto "dhcpv6" + ubus call network add_dynamic "$(json_dump)" + return 0 } -- 2.30.2