Yup and they will be turned into per-interface ioctls before I merge it into -9.
Thanks!
-adrian
On 15 July 2013 02:47, Gleb Smirnoff wrote:
> On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote:
> A> Author: adrian
> A> Date: Sat Jul 13 04:25:03 2013
> A> New Revision: 253314
> A> UR
On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Sat Jul 13 04:25:03 2013
A> New Revision: 253314
A> URL: http://svnweb.freebsd.org/changeset/base/253314
A>
A> Log:
A> Bring over some link aggregation / LACP protocol improvements and debugging
A> additio
I'll double-check at work on Monday and commit an update.
Thanks!
-adrian
On 13 July 2013 01:21, Mikolaj Golub wrote:
> On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote:
>
>> +static int
>> +lagg_sysctl_active(SYSCTL_HANDLER_ARGS)
>> +{
>> + struct lagg_softc *sc = (struct lag
On Sat, Jul 13, 2013 at 04:25:03AM +, Adrian Chadd wrote:
> +static int
> +lagg_sysctl_active(SYSCTL_HANDLER_ARGS)
> +{
> + struct lagg_softc *sc = (struct lagg_softc *)arg1;
> + struct lagg_port *lp;
> + int error;
> +
> + /* LACP tracks active links automatically, the others
Author: adrian
Date: Sat Jul 13 04:25:03 2013
New Revision: 253314
URL: http://svnweb.freebsd.org/changeset/base/253314
Log:
Bring over some link aggregation / LACP protocol improvements and debugging
additions.
* Add some new tracing events to aid in debugging.
* Add in a debugging mod