CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2009/09/09 09:01:18
Modified files: sys/net : if_trunk.c trunklacp.c trunklacp.h Log message: remove inline functions and move some code from the trunk_lacp_input() API function directly to lacp_input() to simplify the code path. ok mpf@