Browse Source

[master] Added ChangeLog entry for #2765.

Marcin Siodelski 11 years ago
parent
commit
4dc858542d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      ChangeLog

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+712.	[func]		marcin,dclink
+	b10-dhcp4: If server fails to open a socket on one interface it
+	will log a warning and continue to open sockets on other interfaces.
+	The warning message is communicated from the libdhcp++ via the
+	error handler function supplied by the DHCPv4 server. Thanks to
+	David Carlier for providing a patch.
+	(Trac #2765, git f49c4b8942cdbafb85414a1925ff6ca1d381f498)
+
 711.	[func]	tmark
 	Added the initial implementation of the class, NameAddTransaction,
 	to b10-dhcp-ddns.  This class provides the state model logic