summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-19 06:25:12 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-19 06:25:12 -0500
commit700e3fca88a581091e2ea254b9f93bf5f87e1a42 (patch)
tree2991504d15c10a0e0d8541c6cbfb559444c29180 /RELNOTES
parentbafa7b74c4b136f913d4d7b4d1a192bfd6ceb3ed (diff)
downloadisc-dhcp-700e3fca88a581091e2ea254b9f93bf5f87e1a42.tar.gz
[master] Moved delayed-ack fully to runtime
Merges in 42446fd.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 22ac72b0..f0b04ca3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -276,8 +276,9 @@ dhcp-users@lists.isc.org.
default value for delayed-ack, however, has been changed from 28 to 0
(i.e. disabled). This was done to minimize the impact on users not
currently using the feature. Please note that the delayed-ack feature
- is not currently compatible with support for DHPCv4o6 (compiled out by
- default). You must compile with one or the other but not both.
+ is not currently compatible with support for DHPCv4-over-DHCPv6 so
+ when a 4to6 port command line argument enables this in the server the
+ delayed-ack value is reset to 0.
[ISC-Bugs #42446]
- Corrected some minor coverity issues: CID 1426059, 1426058, and 1426057.