Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues when
authormpi <mpi@openbsd.org>
Wed, 24 Jun 2015 09:56:51 +0000 (09:56 +0000)
committermpi <mpi@openbsd.org>
Wed, 24 Jun 2015 09:56:51 +0000 (09:56 +0000)
commitcc780b150acb79f4d4ae870cbe118cba4bdc80c4
tree436f98f093ee1f24839c53049b69682f32c93d35
parent9b57e2683c5329a908cacd52627dfcb3f67331dc
Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues when
an interface is destroyed or removed.

Since the introduction of ph_ifidx, as soon as a mbuf with an invalid
interface index is dequeued it will be freed.

ok claudio@, dlg@
sys/net/if.c