Don't count IF_DROP()'ed packets as if_oerrors too.
authoruebayasi <uebayasi@openbsd.org>
Mon, 5 Oct 2015 15:52:46 +0000 (15:52 +0000)
committeruebayasi <uebayasi@openbsd.org>
Mon, 5 Oct 2015 15:52:46 +0000 (15:52 +0000)
commit68d93c8ba5f873fb00eaee65be1e3d85a34a176a
tree10b979218f1e58e5fa19204349ad4ef59ff1f14a
parent503e76f8983eeaf52b6ac5489fd531360bf5ed1c
Don't count IF_DROP()'ed packets as if_oerrors too.

mpi@ plans to clean-up IF_DROP()'s, but fix consistent use of it for now.

OK dlg@
sys/net/if_bridge.c
sys/net/if_spppsubr.c
sys/net/if_vlan.c
sys/netinet/ip_carp.c