On Fri, Jul 22, 2022 at 02:27:38PM +0200, Claudio Jeker wrote: > On Fri, Jul 22, 2022 at 12:18:34PM +0000, Klemens Nanni wrote: > > Only used once, so use the macro directly like ND6_SLOWTIMER_INTERVAL > > is used in many places. > > > > OK? > > Is that a value that should be adjustable?
We can think about a sysctl, similar to nd6.c:nd6_maxnudhint aka. net.inet6.icmp6.nd6_maxnudhint. At the moment, this looks like dead weight in ND6 and less useless code helps making progress.