summaryrefslogtreecommitdiff
path: root/includes/dhcp6.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2008-02-26 23:45:05 +0000
committerFrancis Dupont <fdupont@isc.org>2008-02-26 23:45:05 +0000
commit37ec58458c44912228f91e9553a782b908bcbfa2 (patch)
tree94e3fdbd699d8ba98f6c5b72fd680e18d755b5d3 /includes/dhcp6.h
parent5d89d60f1478e931da4bed3e6724f7e1472fd2e9 (diff)
downloadisc-dhcp-37ec58458c44912228f91e9553a782b908bcbfa2.tar.gz
Basic and partial DHCPv6 leasequery support
Diffstat (limited to 'includes/dhcp6.h')
-rw-r--r--includes/dhcp6.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/dhcp6.h b/includes/dhcp6.h
index c5ed02d9..4b526b05 100644
--- a/includes/dhcp6.h
+++ b/includes/dhcp6.h
@@ -140,7 +140,7 @@ extern const int dhcpv6_type_name_max;
#define All_DHCP_Servers "FF05::1:3"
/*
- * DHCPv6 Retransmission Constants (RFC3315 section 5.5)
+ * DHCPv6 Retransmission Constants (RFC3315 section 5.5, RFC 5007)
*/
#define SOL_MAX_DELAY 1
@@ -167,6 +167,9 @@ extern const int dhcpv6_type_name_max;
#define REC_TIMEOUT 2
#define REC_MAX_RC 8
#define HOP_COUNT_LIMIT 32
+#define LQ6_TIMEOUT 1
+#define LQ6_MAX_RT 10
+#define LQ6_MAX_RC 5
/*
* Normal packet format, defined in section 6 of RFC 3315