CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/12 06:48:07
Modified files:
usr.sbin/bgpd : rde.c rde.h
Log message:
Use attr_writebuf() instead of hand rolling a more complicated version
for IMSG_CTL_SHOW_RIB_ATTR. Also drop the attr_optlen() usage in
imsg_create() since it is not stricly needed. With this attr_optlen
follows the path of the dodo.
OK tb@
