CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/06 06:10:14
Modified files:
usr.sbin/bgpd : bgpd.h bitmap.c rde.c
Log message:
Properly export the bitmap count and size.
I decided to not pull in rdemem into bitmap.c so instead create
bitmap_get_stats() which is called in the IMSG_CTL_SHOW_RIB_MEM
handler to update the rdemem stats before the exporting them.
OK tb@
