CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/06/01 17:45:19
Modified files: sys/netinet6 : nd6.c nd6.h nd6_nbr.c Log message: make nd6_llinfo_settimer take seconds instead of ticks. most callers are working in seconds, internally it uses seconds, and you can call timeout_add_sec as easily as timeout_add. this also fixes an issue with an nd_defrouter expire which was incorrectly scaled with ticks in a comparison. ok mpi@