summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-07 10:29:40 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-07 10:29:40 -0500
commitb53ba1572c0d9ef0cb57c85904b11f59be032b61 (patch)
tree7b822886e83410d5b2f8e978832b987ed39e0dc1 /RELNOTES
parent60882b8aa5350e459dda807ee819b39e2af41593 (diff)
downloadisc-dhcp-b53ba1572c0d9ef0cb57c85904b11f59be032b61.tar.gz
[master] Changes prefix-length-mode default to be "prefer"
Merges in rt45615.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 5c5835dd..edfd705d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -256,6 +256,14 @@ dhcp-users@lists.isc.org.
FQDN option unfortunately broke its ability send back dhcp6.vendor-opts.
[ISC-Bugs #46427]
+- The default value for server (-6) parameter, prefix-length-mode, has been
+ changed from "exact" to "prefer". In "prefer" mode the server will offer
+ the first available prefix with the same length as that requested by the
+ client. If none are found then it will offer the first available prefix of
+ any length. This is more in line with with RFC 8168 and should improve
+ the out-of-the-box user experience.
+ [ISC-Bugs #45615]
+
Changes since 4.3.0 (bug fixes)
- Tidy up several small tickets.