CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2017/03/26 02:49:22

Modified files:
        sys/netinet6   : nd6.c 

Log message:
Do not invalidate a ND cache at the begining of nd6_free().

We should not change the state of a cache entry at this point since
the default router selection logic looks at it.  Instead, invalidate
the cache just before deleting the corresponding route entry, if it
applies.

Fixes a regression reported by semarie@

ok bluhm@

Reply via email to