aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_common.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-01-16 21:39:14 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-01-16 21:39:14 +0100
commitef5207f093216fe6cf6f1bc7a098bcab5f435a98 (patch)
tree320594dcbcdde3ec087cb5f146e96845c376d540 /networking/udhcp/d6_common.h
parent1e8d79ba12d715d4375856418173c5375fbfce40 (diff)
downloadbusybox-w32-ef5207f093216fe6cf6f1bc7a098bcab5f435a98.tar.gz
busybox-w32-ef5207f093216fe6cf6f1bc7a098bcab5f435a98.tar.bz2
busybox-w32-ef5207f093216fe6cf6f1bc7a098bcab5f435a98.zip
udhcpc6: add support of prefix delegation
Based on patch by DannyAAM <danny@saru.moe> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/d6_common.h')
-rw-r--r--networking/udhcp/d6_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h
index 310550371..e9c0397ae 100644
--- a/networking/udhcp/d6_common.h
+++ b/networking/udhcp/d6_common.h
@@ -133,6 +133,7 @@ struct d6_option {
133struct client6_data_t { 133struct client6_data_t {
134 struct d6_option *server_id; 134 struct d6_option *server_id;
135 struct d6_option *ia_na; 135 struct d6_option *ia_na;
136 struct d6_option *ia_pd;
136 char **env_ptr; 137 char **env_ptr;
137 unsigned env_idx; 138 unsigned env_idx;
138 /* link-local IPv6 address */ 139 /* link-local IPv6 address */