CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/10 13:07:14
Modified files:
usr.sbin/rtadvd: if.c if.h rtadvd.c
Log message:
No need to handle multiple routing messages here.
route(4) sockets only ever ship a single routing message per read(2)
call, so simplify this. Mostly mechanical diff for now, some further
cleanups will follow.
ok rob@ florian@
