summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-04-26 14:09:31 -0400
committerThomas Markwalder <tmark@isc.org>2017-04-26 14:09:31 -0400
commit417b7b4a6dfd593a71851f4ff8807089d28d3820 (patch)
tree52eadc9d9c4c012b4db6ad50595172f7ecf6f5a6 /includes/site.h
parent48ffe4b8d366792e6fbc0eaa7a8dc5be5c469213 (diff)
downloadisc-dhcp-417b7b4a6dfd593a71851f4ff8807089d28d3820.tar.gz
[master] Server now supports EUI-64 based address allocation scheme
Merged rt43927.
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index 1f4407f4..d4140d91 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -318,6 +318,13 @@
allow at one time. A value of 0 means there is no limit.*/
#define MAX_FD_VALUE 200
+/* Enable EUI-64 Address assignment policy. Instructs the server
+ * to use EUI-64 addressing instead of dynamic address allocation
+ * for IA_NA pools, if the parameter use-eui-64 is true for the
+ * pool. Can be at all scopes down to the pool level. Not
+ * supported by the configure script. */
+/* #define EUI_64 */
+
/* Include definitions for various options. In general these
should be left as is, but if you have already defined one
of these and prefer your definition you can comment the