CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/09 23:34:35
Modified files:
sys/net : if_vlan.c if_gre.c
Log message:
dont use IF_DROP when there was some arbitary problem sending a packet.
IF_DROP increments the drop counter on the send queue, it exists
to indicate a drop on the send queue. if there was an error sending
a packet be content incrementing if_oerrors.
ok mpi@ uebayasi@
