summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2021-05-20 13:35:23 +0200
committerMarcin Siodelski <marcin@isc.org>2021-05-20 16:22:12 +0200
commit60dfb9c2d8ba08e300c807013fc8731f04c379c0 (patch)
treefeb65283f78567840d0df2ceae5b092ad6f78c96 /ChangeLog
parent[#1805] removed comment (diff)
downloadkea-60dfb9c2d8ba08e300c807013fc8731f04c379c0.tar.xz
kea-60dfb9c2d8ba08e300c807013fc8731f04c379c0.zip
[#1816] Corrected a bug in subnet selection
The server respects the Subnet Selection option when the RAI is present, but it lacks the Link Selection option. Previously, if RAI existed, the Subnet Selection option was ignored even if RAI lacked the Link Selection option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13ba16db26..ccbb86f6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1901. [bug] marcin
+ Corrected a bug in DHCPv4 subnet selection. The server ignored
+ the Subnet Selection option supplied by a client if its query
+ contained a Relay Agent Information (RAI) option without a Link
+ Selection option. After this change, the server respects the
+ Subnet Selection option when RAI lacks the Link Selection
+ option. If RAI includes it, it takes precedence over the Subnet
+ Selection option.
+ (Gitlab #1816)
+
1900. [bug] tmark
Fixed a sporadic failure caused by a wrong assertion in
unit test, testMtHttpClientTest.workPauseResumeShutdown,