CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/04/19 09:44:56
Modified files: sys/net : route.c route.h rtable.c Log message: Instead of a MP unsafe global variable to initialize at first use, call rt_timer_init() from rtable_init(). OK mvs@ claudio@