CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/20 08:51:50
Modified files:
sys/net : if_ethersubr.c
Log message:
ether_output: instead of using an esrc buffer in which we copy the intended
src lladdr just to copy it from the esrc buffer into the ethernet header
a few lines later, use an esrc pointer to figure out where to copy the
src lladdr from. ok claudio reyk
