On Sat, Jul 13, 2013 at 04:25:03AM +0000, 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> additions. A> A> * Add some new tracing events to aid in debugging. A> * Add in a debugging mode to drop transmit and received frames, specifically A> to test whether seeing or hearing heartbeats correctly cause LACP to A> drop the port. A> * Add in (and make default) a strict LACP mode, which requires the A> heartbeat on a port to be heard before it's used. Sometimes vendor ports A> will hang but the link layer stays up, resulting in hung traffic. A> * Add logging the number of link status flaps, again to aid in debugging A> badly behaving switch ports. A> * Calculate the lagg interface port speed as the multiple of the A> configured ports, rather than the largest.
Having the txtest, rxtest and lacp_strict a global sysctls makes them useless on a box that has more than one aggregate interface. Turning test on will down all laggs on a box. IMO, these should be ioctls that can be configured per-interface via ifconfig, and in perfect case documented in ifconfig.8. -- Totus tuus, Glebius. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"