CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/11/02 14:08:44
Modified files: sbin/route : route.c Log message: Print the route metrics in monitor mode if -v is used. This info can be useful from time to time and it is easer then deciphering ktrace output. While there kill the no longer needed msec macro. OK henning