CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/13 09:51:16
Modified files: usr.sbin/bgpd : rde.c Log message: Simplify how IMSG_CTL_SHOW_RIB_COMMUNITIES is constructed. This can just call imsg_compose() and be done with it. OK tb@