aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_common.h
diff options
context:
space:
mode:
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 */