summaryrefslogtreecommitdiff
path: root/includes/dhcp6.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-10-05 15:57:48 +0000
committerDavid Hankins <dhankins@isc.org>2007-10-05 15:57:48 +0000
commit8eab95f2eeb0d88424f5cae325da6f13c4ccf89d (patch)
tree3f2e8efe1ef953cc82dbf5db5fc02821a8e57f48 /includes/dhcp6.h
parent9ab0cc6a4653cd0c82073e6444505a9f9553d145 (diff)
downloadisc-dhcp-8eab95f2eeb0d88424f5cae325da6f13c4ccf89d.tar.gz
- DHCPv6 server Confirm message processing has been enhanced - it no
longer replies only to clients with host {} records, it now replies as directed in RFC3315 section 18.2.2 - that is, to all clients regardless of the existence of bindings. [ISC-Bugs #17183]
Diffstat (limited to 'includes/dhcp6.h')
-rw-r--r--includes/dhcp6.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/dhcp6.h b/includes/dhcp6.h
index 146302a3..3de15ce3 100644
--- a/includes/dhcp6.h
+++ b/includes/dhcp6.h
@@ -103,6 +103,10 @@ extern const int dhcpv6_type_name_max;
#define DUID_EN 2
#define DUID_LL 3
+/* Offsets into IA_*'s where Option spaces commence. */
+#define IA_NA_OFFSET 12 /* IAID, T1, T2, all 4 octets each */
+#define IA_TA_OFFSET 4 /* IAID only, 4 octets */
+
/*
* DHCPv6 well-known multicast addressess, from section 5.1 of RFC 3315
*/