CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2017/09/12 02:43:14

Modified files:
        regress/sbin/route: Makefile rttest30.ok 

Log message:
Sleep for some time to avoid race reporting a different number of reference
count.

Iterating over the routing table implies using SRP which bump the refcount
of routes for a short period of time.  Depending on how work is schedule
the second ifconfig(8) command might run before the timer dereference the
route.

Should fix races on bluhm@'s test setup.

Reply via email to