CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/06/30 14:33:14
Modified files: usr.sbin/bgpd : bgpd.h kroute.c Log message: Only have one version of send_rtmsg() which uses struct kroute_full(). Code uses struct sockaddr_storage to have enough space for ROUNDUP() in all cases. Makes the code mostly nicer. OK tb@