Re: route(8): sync p_rttables to netstat(1) version

2018-05-01 Thread Sebastian Benoit
ok Florian Obser(flor...@openbsd.org) on 2018.04.30 18:26:46 +0200: > 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. > >

route(8): sync p_rttables to netstat(1) version

2018-04-30 Thread Florian Obser
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? diff --git route.c route.c index d93374578c5..85e76621dd3 100644 --- route.c +++ r