|
@@ -175,12 +175,12 @@ IPv4 DHCP server but it is not running.
|
|
|
A debug message issued during startup, this indicates that the IPv4 DHCP
|
|
|
server is about to open sockets on the specified port.
|
|
|
|
|
|
-% DHCP4_PACKET_NOT_FOR_US received DHCPv4 message dropped because it contains foreign server identifier, interface: %1
|
|
|
+% DHCP4_PACKET_NOT_FOR_US received DHCPv4 message dropped because it contains foreign server identifier: transaction id %1, interface: %2
|
|
|
This debug message is issued when received DHCPv4 message is dropped because
|
|
|
it is addressed to a different server, i.e. a server identifier held by
|
|
|
-this message doesn't match the identifier used by our server. The argument
|
|
|
-of this message holds the name of the interface on which the message has
|
|
|
-been received.
|
|
|
+this message doesn't match the identifier used by our server. The arguments
|
|
|
+of this message hold the name of the transaction id and interface on which
|
|
|
+the message has been received.
|
|
|
|
|
|
% DHCP4_OPEN_SOCKET_FAIL failed to create socket: %1
|
|
|
A warning message issued when IfaceMgr fails to open and bind a socket. The reason
|