CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/15 06:48:32
Modified files:
sys/netinet : if_ether.c
sys/netinet6 : nd6.c
Log message:
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@
