summaryrefslogtreecommitdiff
path: root/src/core/dhcp/nm-dhcp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dhcp/nm-dhcp-client.h')
-rw-r--r--src/core/dhcp/nm-dhcp-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/dhcp/nm-dhcp-client.h b/src/core/dhcp/nm-dhcp-client.h
index f43770a07b..f21dc9133a 100644
--- a/src/core/dhcp/nm-dhcp-client.h
+++ b/src/core/dhcp/nm-dhcp-client.h
@@ -174,6 +174,10 @@ typedef struct {
/* Number to prefixes (IA_PD) to request */
guint needed_prefixes;
+ /* A hint to send to server for prefix delegation (IA_PD). */
+ struct in6_addr pd_hint_addr;
+ guint8 pd_hint_length;
+
/* Use Information-request to get stateless configuration
* parameters (don't request a IA_NA) */
bool info_only : 1;