summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authortmarkwalder <tmark@isc.org>2017-05-03 09:28:12 -0400
committertmarkwalder <tmark@isc.org>2017-05-03 09:28:12 -0400
commit1d7fceeb40c13e085da05722ca7a275e35a16b5a (patch)
tree9b9f531a20e14082e46f1df26b16278070edc388 /includes
parent2f5fefd3a806d9f4387200b0e0bf6dd9a6b9f85b (diff)
downloadisc-dhcp-1d7fceeb40c13e085da05722ca7a275e35a16b5a.tar.gz
[master] dhclient now enforces require options statement in -6 mode
Merges in rt41473.
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index d4140d91..ccd4b240 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -325,6 +325,13 @@
* supported by the configure script. */
/* #define EUI_64 */
+/* Enable enforcement of the require option statement as documented
+ * in man page. Instructs the dhclient, when in -6 mode, to discard
+ * offered leases that do not contain all options specified as required
+ * in the client's configuration file. The client already enforces this
+ * in -4 mode. */
+#define ENFORCE_DHCPV6_CLIENT_REQUIRE
+
/* 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