From eca55b4ae0bc63526ebb97ad061ce54ebd414aa5 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Mon, 21 May 2007 22:10:49 +0000 Subject: [PATCH] It doesn't use a random source address - the failure makes it fall back onto an address configured on the interface. --- RELNOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELNOTES b/RELNOTES index c29cdfa5..c97c56d5 100644 --- a/RELNOTES +++ b/RELNOTES @@ -55,7 +55,7 @@ suggested fixes to . Changes since 4.0.0a1 - 'dhcp.c(3953): non-null pointer' has been repaired. This fixes a flaw - wherein the DHCPv4 server may use seemingly random source addresses. + wherein the DHCPv4 server may ignore a configured server-identifier. Changes since 4.0.0-20070413