summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 07:45:10 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 07:45:10 -0500
commitc2e5ee2882d6d9dba5e7227d432552a3ab75b9e2 (patch)
tree8d84f57734c3fa25769c863cabcf889dd1159910 /includes
parent7b4f284e504380c252ab19c1107e67cd01383e09 (diff)
downloadisc-dhcp-c2e5ee2882d6d9dba5e7227d432552a3ab75b9e2.tar.gz
[master] Adds persist-eui-64-leases config parameter and support
Merges in rt45046.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 44d543d1..21a60634 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -801,6 +801,7 @@ struct lease_state {
#define SV_ABANDON_LEASE_TIME 89
#ifdef EUI_64
#define SV_USE_EUI_64 90
+#define SV_PERSIST_EUI_64_LEASES 91
#endif
#if defined (FAILOVER_PROTOCOL)
#define SV_CHECK_SECS_BYTE_ORDER 91
@@ -2099,6 +2100,10 @@ extern u_int16_t ddns_conflict_mask;
extern int dont_use_fsync;
extern int server_id_check;
+#ifdef EUI_64
+extern int persist_eui64;
+#endif
+
extern int prefix_length_mode;
extern int authoring_byte_order;
extern int lease_id_format;