summaryrefslogtreecommitdiff
path: root/gdhcp
diff options
context:
space:
mode:
Diffstat (limited to 'gdhcp')
-rw-r--r--gdhcp/client.c3
-rw-r--r--gdhcp/gdhcp.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/gdhcp/client.c b/gdhcp/client.c
index a41e1678..bbd00c40 100644
--- a/gdhcp/client.c
+++ b/gdhcp/client.c
@@ -361,6 +361,9 @@ static void add_dhcpv6_request_options(GDHCPClient *dhcp_client,
case G_DHCPV6_DNS_SERVERS:
break;
+ case G_DHCPV6_DOMAIN_LIST:
+ break;
+
case G_DHCPV6_SNTP_SERVERS:
break;
diff --git a/gdhcp/gdhcp.h b/gdhcp/gdhcp.h
index ba47eaff..4f0a16ba 100644
--- a/gdhcp/gdhcp.h
+++ b/gdhcp/gdhcp.h
@@ -87,6 +87,7 @@ typedef enum {
#define G_DHCPV6_STATUS_CODE 13
#define G_DHCPV6_RAPID_COMMIT 14
#define G_DHCPV6_DNS_SERVERS 23
+#define G_DHCPV6_DOMAIN_LIST 24
#define G_DHCPV6_SNTP_SERVERS 31
#define G_DHCPV6_ERROR_SUCCESS 0