ether_output: instead of using an esrc buffer in which we copy the intended
authorhenning <henning@openbsd.org>
Sun, 20 Apr 2014 14:51:50 +0000 (14:51 +0000)
committerhenning <henning@openbsd.org>
Sun, 20 Apr 2014 14:51:50 +0000 (14:51 +0000)
commitc76a40d810064cc6df37510f3c583bcfbe462c83
treeeaf5d0ee20b154a8f8299cf42948bd7514be4e6d
parent9326d639a3dfeb90c54cb9afa9501ba27c09edc4
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
sys/net/if_ethersubr.c