summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authortmarkwalder <tmark@isc.org>2017-05-03 10:24:06 -0400
committertmarkwalder <tmark@isc.org>2017-05-03 10:24:06 -0400
commita0ba59ad2a3a2ec4705ce1aa69933fbb92232cd1 (patch)
tree808cfa054be93d37bdc72b3e33e238299ba3ba6e /RELNOTES
parent3ef143022acbd46d8cb2640ad93827bbb9e60117 (diff)
downloadisc-dhcp-a0ba59ad2a3a2ec4705ce1aa69933fbb92232cd1.tar.gz
[v4_1_esv] dhclient can now enforce require options statement in -6 mode
Merges in rt41473.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c4887463..7c38dc3f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -109,6 +109,14 @@ by Eric Young (eay@cryptsoft.com).
BlueCat Networks for bringing the matter to our attention.
[ISC-Bugs #43592]
+- When running in -6 mode, dhclient can enforce the require option statement
+ and will discard offered leases that do not contain all the required
+ options specified in the client configuration. If not enabled the client
+ will still consider such leases. This must be enabled at compile time
+ (see ENFORCE_DHCPV6_CLIENT_REQUIRE in includes/site.h). Thanks to
+ Mritunjaykumar Dubey at Nokia for reporting the issue.
+ [ISC-Bugs #41473]
+
Changes since 4.1-ESV-R14b1
- None