On Mon, 2009-07-27 at 16:24 -0700, Julian Elischer wrote:
> > in addition to the patches already sent you might like to add the
> > following line to netinet/tcp_input.c
> >
> > }
> > inc.inc_fport = th->th_sport;
> > inc.inc_lport = th->th_dport;
Oleg Sharoyko wrote:
On Mon, 2009-07-27 at 16:24 -0700, Julian Elischer wrote:
in addition to the patches already sent you might like to add the
following line to netinet/tcp_input.c
}
inc.inc_fport = th->th_sport;
inc.inc_lport = th->th_dport;
Oleg Sharoyko wrote:
On Mon, 2009-07-27 at 16:24 -0700, Julian Elischer wrote:
in addition to the patches already sent you might like to add the
following line to netinet/tcp_input.c
}
inc.inc_fport = th->th_sport;
inc.inc_lport = th->th_dport;
Julian Elischer wrote:
I'll get that checked in!
Please, also take a look at
_syncache_add() in tcp_syncache.c
There is some code which looks strange, at least at first sight. Won't
bcopy() overwrite assigned value of sc->sc_inc.inc_fibnum ?
/* XXX-BZ this fib assignment is just u
Oleg Sharoyko wrote:
Julian Elischer wrote:
I'll get that checked in!
Please, also take a look at
_syncache_add() in tcp_syncache.c
There is some code which looks strange, at least at first sight. Won't
bcopy() overwrite assigned value of sc->sc_inc.inc_fibnum ?
/* XXX-BZ this fi
The problem appears to be contained in ether_output().
A slightly modified version of Xin's patch has been committed.
Please sync to r195921.
Please let us know if the patch resolves your issues and report
new problems if any.
Thanks,
-- Qing
> -Original Message-
> From: owner-freebsd-
Julian Elischer wrote:
ok so here's my final patch.
This is taken against -current. so it may not patch exactly cleanly.
it's not quite minimal as I'm cleaning up something too, but
could you check it works?
Works with 7.2. Thanks!
if you have ipv6 it might be nice to check that ipv6 doesn
The problem ended up being a semi-broken em (yes, em, bge wasn't the problem
like I originally thought) driver in 6.2. The driver wasn't bringing in
ethernet multicast frames (required for ndp to work) and without ndp things
weren't working. If the interface was put into promiscuous mode for a few
Old Synopsis: atheros AR9285 not recognised
New Synopsis: [ath] atheros AR9285 not recognised
Responsible-Changed-From-To: freebsd-bugs->freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: Wed Jul 29 01:55:24 UTC 2009
Responsible-Changed-Why:
Over to maintainer(s).
http://www.f