> From: Wes Peters [mailto:[EMAIL PROTECTED]]
> Archie Cobbs wrote:
> > 
> > I'm curious what -net's opinion is on PR kern/38544:
> > 
> >     http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/38554
> > 
> > In summary: if you have a connected socket whose local IP address
> > is X, and then change the interface IP address from X to Y, then
> > packets written out by the socket will continue to be transmitted
> > with source IP address X.
> > 
> > Do people agree that this is a bug and should be fixed?
> 
> Yes.  The other end can't possibly reply to address X, so the 
> connection
> is broken at this point.
> 

I think the current behaviour is correct. Since the IP->MAC lookup
will remain cached, the communication will continue to work to the old
IP. Changing the IP on the connected socket will make the connection
drop. The best case is the the way it works.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to