CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/26 05:36:26
Modified files:
sys/net : if.c if_ethersubr.c if_tun.c netisr.h
Log message:
move add_net_randomness from ether_input to the if_input task.
change it from feeding the ethertype of the packet (which is almost
certainly an ip packet or vlan packet, so not that variable) to the
number of packets about to be processed.
ok deraadt@ mpi@
