Re: nd6 'stale' timer unreasonably long?

Timo Buhrmester <[email protected]> Wed, 11 Feb 2026 14:15:29 +0100
Newsgroups gmane.os.netbsd.devel.network
Message-ID <[email protected]>
> [...] leading to packet loss.

I guess the following comment (in sys/netinet6/nd6.c) is relevant.

/*
 * XXX entries that are "less recently used" should be
 * freed first.
 */

(I think this is a TODO, right?)