summaryrefslogtreecommitdiff
path: root/gdhcp/gdhcp.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-04-29 12:39:11 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-30 13:43:37 +0300
commit1aa44c8ddaacf4c2e1377b3c29a0ef6685ab95e4 (patch)
tree0f0c3719c3afeade58e48201803f69f9e56343ba /gdhcp/gdhcp.h
parent16abff229fe782c6a8463a7e3b8df3f9c4a17283 (diff)
downloadconnman-1aa44c8ddaacf4c2e1377b3c29a0ef6685ab95e4.tar.gz
connman-1aa44c8ddaacf4c2e1377b3c29a0ef6685ab95e4.tar.bz2
connman-1aa44c8ddaacf4c2e1377b3c29a0ef6685ab95e4.zip
dhcpv6: Add elapsed time option to sent messages
A mandatory elapsed time option was missing from the sent DHCPv6 messages. See RFC 3315 chapter 22.9 for details.
Diffstat (limited to 'gdhcp/gdhcp.h')
-rw-r--r--gdhcp/gdhcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdhcp/gdhcp.h b/gdhcp/gdhcp.h
index f7a6edeb..0820cdd5 100644
--- a/gdhcp/gdhcp.h
+++ b/gdhcp/gdhcp.h
@@ -82,6 +82,7 @@ typedef enum {
#define G_DHCPV6_IA_TA 4
#define G_DHCPV6_IAADDR 5
#define G_DHCPV6_ORO 6
+#define G_DHCPV6_ELAPSED_TIME 8
#define G_DHCPV6_STATUS_CODE 13
#define G_DHCPV6_RAPID_COMMIT 14
#define G_DHCPV6_DNS_SERVERS 23