CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/09 17:14:38
Modified files:
sys/net : if_ethersubr.c
Log message:
shuffle how the protocol family input is done in ether_input.
the main change is to defer chopping the ethernet header off until the
ether_type is looked at. the main advantage of this is pppoe doesn't have
to reattach the ether header anymore, which simplifies the code a lot.
ok mpi@ visa@ bluhm@
