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
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213606
Ingeborg Hellemo changed:
What|Removed |Added
CC||ingeborg.hell...@uit.no
--- Com