Re: cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-26 Thread Ruslan Ermilov
Bruce, Can you please reply to this email? Thanks. On Mon, Sep 25, 2006 at 06:31:08PM +0400, Gleb Smirnoff wrote: > On Mon, Sep 25, 2006 at 10:11:16AM +, Bruce M Simpson wrote: > B> bms 2006-09-25 10:11:16 UTC > B> > B> FreeBSD src repository > B> > B> Modified files: > B>

Re: cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Ken Smith
On Mon, 2006-09-25 at 17:33 +0200, Dag-Erling Smørgrav wrote: > Don't take the blame for this! Thanks for the thought, but given the current hat that's not an option... ;-) People can do things to make life wearing the hat a bit easier and we appreciate it when they do. But bottom line is the a

Re: cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Dag-Erling Smørgrav
Ken Smith <[EMAIL PROTECTED]> writes: > It helps a *little* bit if you folks only send in MFC requests after the > minimal 3-day wait period. Some people do that, which is great. But > others are in the habit of asking for the MFC approval immediately after > the initial commit expecting us to ho

Re: cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Ken Smith
On Mon, 2006-09-25 at 18:16 +0400, Ruslan Ermilov wrote: > On Mon, Sep 25, 2006 at 01:02:58PM +, Bruce M Simpson wrote: > > bms 2006-09-25 13:02:58 UTC > > > > FreeBSD src repository > > > > Modified files:(Branch: RELENG_6) > > sys/netinet in_var.h ip_output.

Re: cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Gleb Smirnoff
On Mon, Sep 25, 2006 at 10:11:16AM +, Bruce M Simpson wrote: B> bms 2006-09-25 10:11:16 UTC B> B> FreeBSD src repository B> B> Modified files: B> sys/netinet in_var.h ip_output.c B> Log: B> Account for output IP datagrams on the ifaddr where they originated from,

Re: cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Ruslan Ermilov
On Mon, Sep 25, 2006 at 01:02:58PM +, Bruce M Simpson wrote: > bms 2006-09-25 13:02:58 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/netinet in_var.h ip_output.c > Log: > MFC: Account for output IP datagrams on the ifaddr wher

cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Bruce M Simpson
bms 2006-09-25 13:02:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet in_var.h ip_output.c Log: MFC: Account for output IP datagrams on the ifaddr where they will be sent from, not the first ifaddr on the ifp. PR:

cvs commit: src/sys/netinet in_var.h ip_output.c

2006-09-25 Thread Bruce M Simpson
bms 2006-09-25 10:11:16 UTC FreeBSD src repository Modified files: sys/netinet in_var.h ip_output.c Log: Account for output IP datagrams on the ifaddr where they originated from, *not* the first ifaddr on the ifp. This is similar to what NetBSD does. PR: