CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/03/14 06:39:55
Modified files: usr.sbin/bgpd : rde_peer.c rde_rib.c Log message: Fix accounting of the pending update counter There are two issues: - In peer_blast_upcall() pending_update must be increased for every prefix inserted. - In prefix_adjout_flush_pending() the EoR marker needs special handling. The EoR marker is not accounted but must be freed here. OK tb@