Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Kristof Provost
> On 16 Dec 2015, at 13:09, Steven Hartland wrote: > > I've attached a patch which should fix if you could test that would be great, > but I'd still like to understand if there is something wrong elsewhere before > I do. The board boots & works with this patch. Thanks, Kristof __

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Adrian Chadd
hi, yeah, switchports at the moment are pure L2 interfaces, they don't have addressing. This may eventually change if etherswitch grows slave switch port support. But I didn't think it was creating ifnet interfaces, only miibusses and mii's for link status. -a On 16 December 2015 at 04:09, St

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Adrian Chadd
right, it's: arswitch.c: err = mii_attach(sc->sc_dev, &sc->miibus[phy], sc->ifp[phy], arswitch.c: device_get_nameunit(sc->miibus[phy]), -a ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Steven Hartland
On 16/12/2015 09:02, Alexander V. Chernikov wrote: 15.12.2015, 19:02, "Steven Hartland" : Author: smh Date: Tue Dec 15 16:02:11 2015 New Revision: 292275 URL: https://svnweb.freebsd.org/changeset/base/292275 Log: Fix lagg failover due to missing notifications When using lagg failover mod

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Steven Hartland
On 15/12/2015 22:58, Kristof Provost wrote: On 15 Dec 2015, at 23:15, Kristof Provost wrote: Based on the arp_announce() in the backtrace this commit looks like a possible cause. I see this in arp_announce(): KP: arp_announce() ifp->if_addr = 0 So that explains why we panic in 'lladdr = IF_LL

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Alexander V . Chernikov
15.12.2015, 19:02, "Steven Hartland" : > Author: smh > Date: Tue Dec 15 16:02:11 2015 > New Revision: 292275 > URL: https://svnweb.freebsd.org/changeset/base/292275 > > Log: >   Fix lagg failover due to missing notifications > >   When using lagg failover mode neither Gratuitous ARP (IPv4) or Unsol

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-16 Thread Kristof Provost
> On 16 Dec 2015, at 00:08, Adrian Chadd wrote: > > oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix it > asap. > No worries, it happens: https://github.com/freebsd/freebsd-wifi-build/issues/68 This fixed the problem for me: diff --git a/build/bin/build_mfsroot b/build/b

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Adrian Chadd
oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix it asap. -a ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Kristof Provost
> On 15 Dec 2015, at 23:15, Kristof Provost wrote: > Based on the arp_announce() in the backtrace this commit looks like a > possible cause. I see this in arp_announce(): KP: arp_announce() ifp->if_addr = 0 So that explains why we panic in 'lladdr = IF_LLADDR(ifp);’. I’ve done a very quick ha

Re: svn commit: r292275 - in head/sys: net netinet netinet6

2015-12-15 Thread Kristof Provost
> On 15 Dec 2015, at 17:02, Steven Hartland wrote: > > Author: smh > Date: Tue Dec 15 16:02:11 2015 > New Revision: 292275 > URL: https://svnweb.freebsd.org/changeset/base/292275 > > Log: > Fix lagg failover due to missing notifications > I’ve just built a new image (r292287-based) for my TP