NETGRAPH's ng_cisco and IPv6 support

2017-02-23 Thread Łukasz Wójcik
Hello everyone, I've recently started to develop certain driver that uses 'ng_cisco' netgraph module for CHDLC en-/de-capsulation. When it connects with ng_cisco node via 'inet' hook, everything works fine, but there is an issue when trying to use 'inet6' node. cisco_notify() routine only sends

Re: listening sockets as non sockets

2017-02-23 Thread Slawa Olhovchenkov
On Thu, Feb 23, 2017 at 11:40:21AM +0800, Sepherosa Ziehau wrote: > On Thu, Feb 23, 2017 at 7:27 AM, Gleb Smirnoff wrote: > > On Tue, Feb 21, 2017 at 09:58:45AM +0100, Julien Charbon wrote: > > J> > T> 1) The patch worked pretty okay, but the idea of separate file type > > is > > J> > T>aban

Re: tap(4): half-duplex and zero-speed ?

2017-02-23 Thread Ben Woods
On Thu, 23 Feb 2017 at 8:43 pm, Alexandre Snarskii wrote: > > Hi! > > Long story short: if you try to aggregate tap(4) devices into lacp-based > lagg(4), aggregate will fail to negotiate lacp with remote end and will not > be able to pass traffic. > > Root cause: lacp code requires underlying int

tap(4): half-duplex and zero-speed ?

2017-02-23 Thread Alexandre Snarskii
Hi! Long story short: if you try to aggregate tap(4) devices into lacp-based lagg(4), aggregate will fail to negotiate lacp with remote end and will not be able to pass traffic. Root cause: lacp code requires underlying interface to be full-duplex (else it will not participate in lacp negotiat

[Bug 213606] LACP not working with qlogic BCM57800

2017-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213606 Ingeborg Hellemo changed: What|Removed |Added CC||ingeborg.hell...@uit.no --- Com