There was an issue that dynamic path MTU discovery together with
authorbluhm <bluhm@openbsd.org>
Mon, 15 Jan 2018 13:48:31 +0000 (13:48 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 15 Jan 2018 13:48:31 +0000 (13:48 +0000)
commit6348db95fee38838b8a1c84da21c8ca561ba9538
tree8f591e574aa453166d12db657eaee2bfbfbde2be
parent5d243c6312a21e67953118f77a5fd42cfc276bb0
There was an issue that dynamic path MTU discovery together with
ARP or ND timeout could delete local routes.  Put an assert into
arptfree() and nd6_free() so this cannot happen again.
OK mpi@
sys/netinet/if_ether.c
sys/netinet6/nd6.c