From: David Hankins Date: Mon, 21 May 2007 22:10:49 +0000 (+0000) Subject: It doesn't use a random source address - the failure makes it fall back X-Git-Tag: v4_0_0a2~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eca55b4ae0bc63526ebb97ad061ce54ebd414aa5;p=thirdparty%2Fdhcp.git It doesn't use a random source address - the failure makes it fall back onto an address configured on the interface. --- diff --git a/RELNOTES b/RELNOTES index c29cdfa5c..c97c56d55 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