From owner-svn-src-head@FreeBSD.ORG Thu May 14 19:32:38 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C911065696; Thu, 14 May 2009 19:32:38 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id CC0978FC19; Thu, 14 May 2009 19:32:37 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 8AFB9FF27; Fri, 15 May 2009 07:32:36 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mtC2dspxN1er; Fri, 15 May 2009 07:32:32 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 15 May 2009 07:32:32 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 21C3611432; Fri, 15 May 2009 07:32:32 +1200 (NZST) Date: Thu, 14 May 2009 12:32:32 -0700 From: Andrew Thompson To: Qing Li Message-ID: <20090514193232.GC12952@citylink.fud.org.nz> References: <200905140527.n4E5R9Lj078250@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905140527.n4E5R9Lj078250@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192085 - head/sys/netinet X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 19:32:40 -0000 On Thu, May 14, 2009 at 05:27:09AM +0000, Qing Li wrote: > Author: qingli > Date: Thu May 14 05:27:09 2009 > New Revision: 192085 > URL: http://svn.freebsd.org/changeset/base/192085 > > Log: > Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loopback route > to the interface address. > > Modified: > head/sys/netinet/in.c I have also tried this with pxe and its now working again. thanks. Andrew