diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-01-05 11:42:08 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-01-05 11:52:48 +0100 |
commit | 19e8effd134678d9467e328090717b10cef0c208 (patch) | |
tree | 96a85b0b17beef535d9c0efd8ad7e793e2cf686c /gdhcp/gdhcp.h | |
parent | f13255cfe3c98ce4e7598f9bda03b4dc0ac837a1 (diff) | |
download | connman-19e8effd134678d9467e328090717b10cef0c208.tar.gz connman-19e8effd134678d9467e328090717b10cef0c208.tar.bz2 connman-19e8effd134678d9467e328090717b10cef0c208.zip |
dhcpv6: Support stateless DHCPv6
See relevant parts from these RFCs:
RFC 3315 - DHCP for IPv6
RFC 3646 - DNS configuration options for DHCP for IPv6
RFC 3736 - Stateless DHCP service for IPv6
RFC 4075 - SNTP configuration option for DHCPv6
The patch does not support authenticated information messages.
Diffstat (limited to 'gdhcp/gdhcp.h')
-rw-r--r-- | gdhcp/gdhcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdhcp/gdhcp.h b/gdhcp/gdhcp.h index 5c0e2ee5..c0385d4f 100644 --- a/gdhcp/gdhcp.h +++ b/gdhcp/gdhcp.h @@ -73,6 +73,8 @@ typedef enum { #define G_DHCPV6_SERVERID 2 #define G_DHCPV6_ORO 6 #define G_DHCPV6_STATUS_CODE 13 +#define G_DHCPV6_DNS_SERVERS 23 +#define G_DHCPV6_SNTP_SERVERS 31 typedef enum { G_DHCPV6_DUID_LLT = 1, |