summaryrefslogtreecommitdiff
path: root/gdhcp
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-06-12 14:43:24 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-06-12 15:53:50 +0300
commit475a695684d0a417a5705226d5d7110268c044f8 (patch)
tree16077f2c6a353ace70e3dc4781260df58cd70ff7 /gdhcp
parent05a3f477aa1c4240fa404c5714c65e3fd5e06bb6 (diff)
downloadconnman-475a695684d0a417a5705226d5d7110268c044f8.tar.gz
connman-475a695684d0a417a5705226d5d7110268c044f8.tar.bz2
connman-475a695684d0a417a5705226d5d7110268c044f8.zip
dhcpv6: Send domain list option to server
OPTION_DOMAIN_LIST(24) was not sent to server.
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