> 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
__
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
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
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
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
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
> 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
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"
> 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
> 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
10 matches
Mail list logo