Author :
dlg
Date :
2017-01-22 10:17:37
Hash :88a08f2a Message :move counting if_opackets next to counting if_obytes in if_enqueue.
this means packets are consistently counted in one place, unlike the
many and various ways that drivers thought they should do it.
ok mpi@ deraadt@