CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2018/05/01 12:13:21
Modified files: sbin/route : route.c show.c show.h Log message: Sync p_rttables() to netstat(1) version. Pointed out by claudio and mpi. Remaining differences are pledge and priority handling which only route(8) has. While here switch flushroutes to get_sysctl() function. OK benno