Re: kern/38554: changing interface ipaddress doesn't seem to work

2006-09-23 Thread Bruce M Simpson
The following reply was made to PR kern/38554; it has been noted by GNATS. From: Bruce M Simpson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/38554: changing interface ipaddress doesn't seem to work Date: Sat, 23 Sep 2006 18:35:50 +0100 This is a multi-part mess

Re: kern/38554: changing interface ipaddress doesn't seem to work

2006-09-23 Thread Bruce M Simpson
Synopsis: changing interface ipaddress doesn't seem to work Responsible-Changed-From-To: bms->freebsd-net Responsible-Changed-By: bms Responsible-Changed-When: Sat Sep 23 17:36:57 UTC 2006 Responsible-Changed-Why: Back to the world for you, but not after actually doing some work on it... http://

Re: kern/38554: changing interface ipaddress doesn't seem to work

2004-07-04 Thread Bruce M Simpson
On Sat, Jul 03, 2004 at 05:53:33PM -0400, Robert Watson wrote: > Temporarily connecting sockets/pcbs during a datagram send with an > explicit address (i.e., sendto()) occurs in both the UDP code and UNIX > domain socket code. Since this is expensive, and also increases the > potential for races o

Re: kern/38554: changing interface ipaddress doesn't seem to work

2004-07-03 Thread Robert Watson
On Sat, 3 Jul 2004, Andre Oppermann wrote: > Bruce M Simpson wrote: > > > > Please review the attached patch (which is a reworking of Archie's > > patch for -CURRENT). When the underlying IP address is changed, > > wildcard-bound UDP sockets which are temporarily bound locally for > > UDP socket

Re: kern/38554: changing interface ipaddress doesn't seem to work

2004-07-03 Thread Bruce M Simpson
On Sat, Jul 03, 2004 at 09:09:00AM +0100, Bruce M Simpson wrote: > Please review the attached patch (which is a reworking of Archie's ... > error out with EADDRINUSE. ^^ Actually EADDRNOTAVAIL. A good way to find out who read the patch all the way through. ;-) Regards, BM

Re: kern/38554: changing interface ipaddress doesn't seem to work

2004-07-03 Thread Andre Oppermann
Bruce M Simpson wrote: > > Please review the attached patch (which is a reworking of Archie's > patch for -CURRENT). When the underlying IP address is changed, > wildcard-bound UDP sockets which are temporarily bound locally for UDP socket which are not bound to a particular IP address would do t

Re: kern/38554: changing interface ipaddress doesn't seem to work

2004-07-03 Thread Bruce M Simpson
Please review the attached patch (which is a reworking of Archie's patch for -CURRENT). When the underlying IP address is changed, wildcard-bound UDP sockets which are temporarily bound locally for a sendto() (by userland apps such as ntp, syslogd etc) will begin using the new IP address, whilst ap