CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/11 02:41:43
Modified files:
sys/net : if_ethersubr.c if_trunk.c if_trunk.h
trunklacp.c trunklacp.h
Log message:
Take trunk(4) out of ether_input().
Each physical interface of a trunk now gets a specific ifih (interface
input handler) that runs before ether_input().
Tested by sthen@, dlg@, Theo Buehler and <mxb AT alumni.chalmers DOT se>
ok sthen@, dlg@
