CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2025/09/09 04:36:00

Modified files:
        sys/netinet6   : nd6.c 

Log message:
Run ND6 timer at most once per second.

I observed a constantly running nd6_timer() taking exclusive net
lock.  Problem is that routes, both expired and cached, are not
deleted.  Regardless of the question what to do with such routes,
restarting the ND6 timer immediately does not make sense.  Limit
calling nd6_timer() to once per second.

OK stsp@

Reply via email to