diff options
author | Denys Vlasenko | 2018-01-16 21:39:14 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-01-16 21:39:14 +0100 |
commit | ef5207f093216fe6cf6f1bc7a098bcab5f435a98 (patch) | |
tree | 320594dcbcdde3ec087cb5f146e96845c376d540 /networking/udhcp/d6_common.h | |
parent | 1e8d79ba12d715d4375856418173c5375fbfce40 (diff) | |
download | busybox-ef5207f093216fe6cf6f1bc7a098bcab5f435a98.zip busybox-ef5207f093216fe6cf6f1bc7a098bcab5f435a98.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h index 3105503..e9c0397 100644 --- a/networking/udhcp/d6_common.h +++ b/networking/udhcp/d6_common.h @@ -133,6 +133,7 @@ struct d6_option { struct client6_data_t { struct d6_option *server_id; struct d6_option *ia_na; + struct d6_option *ia_pd; char **env_ptr; unsigned env_idx; /* link-local IPv6 address */ |