CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/20 12:33:21
Modified files:
usr.sbin/bgpd : rde.h rde_adjout.c rde_peer.c rde_update.c
Log message:
Introduce a force_update flag to force pend_prefix_add() calls
in adjout_prefix_update().
peer_dump() can be called with a preloaded Adj-RIB-Out and in that case
the code needs to force updates out. This is done instead of walking the
table twice -- once with peer_dump() and then with peer_blast().
Using the force_update flag there ensures that all entries are properly
sent to the peer.
OK tb@