OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Reyk Floeter (reykcvs.openbsd.org)
Date: Wed Aug 06 2008 - 12:04:29 CDT


CVSROOT: /cvs
Module name: src
Changes by: reykcvs.openbsd.org 2008/08/06 11:04:28

Modified files:
        sys/net : trunklacp.c if_trunk.c

Log message:
fix trunk breakage that sneaked in with the lacp diff:

- don't use in-kernel IFMEDIA ioctls in lacp and remove two KASSERTs
that caused reliable panics - the lacp key can be locally assigned and
we don't need to query the media subtype here.

- unbreak failover/loadbalance/broadcast status handling.

Reported by brad
ok deraadt