> -----Original Message-----
> From: George Neville-Neil [mailto:g...@neville-neil.com] 
> Sent: Thursday, May 14, 2009 7:36 AM
> To: Qing Li
> Cc: src-committ...@freebsd.org; svn-src-all@FreeBSD.org; 
> svn-src-h...@freebsd.org
> Subject: Re: svn commit: r192085 - head/sys/netinet
> 
> 
> On May 13, 2009, at 22:27 , 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.
> >
> 


> 
> Can you give more detail as to the purpose of this change?  
> I'm a bit confused by it.  Does this fix any of the recent 
> problems seen with DHCP and PXE or is this unrelated?
> 

The DHCP client code adds a 0.0.0.0 address and then deletes
it once the server assign the node a real IP. It's easily
Observed by running dhclient followed by netstat.

I had to take care of this DHCP related bits before, e.g.,
not creating an ARP entry for it.

That's really it.  

Exactly which part is confusing you ? 

-- Qing


_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to