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>
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
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
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.
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,
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
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:
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: