summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2014-01-10 19:49:35 +0100
committerMarcin Siodelski <marcin@isc.org>2014-01-10 19:49:35 +0100
commit17f56de8197a947fa796b3a8765d046c84341d3f (patch)
tree8fafb4eb737881ed5f6270fc22a069c2661381d8 /ChangeLog
parent[master] Merge branch 'trac3231' (diff)
downloadkea-17f56de8197a947fa796b3a8765d046c84341d3f.tar.xz
kea-17f56de8197a947fa796b3a8765d046c84341d3f.zip
[master] Added ChangeLog entry for #3231.
Diffstat (limited to '')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2013da87e..618275e483 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+724. [bug] marcin
+ b10-dhcp4: Different server identifiers are used for the packets
+ being sent through different interfaces. The server uses IPv4 address
+ assigned to the particular interface as a server identifier. This
+ guarantees that the unicast packet sent by a relay or a client, to
+ the address being a server identifier, will reach the server.
+ (Trac #3231, git c7a229f15089670d2bfde6e9f0530c30ce6f8cf8)
+
723. [bug] marcin
libdhcp++: Implemented unit tests for the IfaceMgr's routine which opens
IPv6 sockets on detected interfaces. The IfaceMgr logic performing low