CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/24 12:56:53
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_peer.c rde_update.c
Log message:
Rename EVAL_RECONF to EVAL_REEVAL since this is a re-evaluation of the RIB
that is triggered. Also use EVAL_REEVAL in the peer_dump upcall since
there the re-evaluation also happens but just for a single peer.
Adjust the peer_generate_update() prototype and drop the newpath and
old_pathid_tx arguments. Those will no longer be used. Also adjust
up_generate_addpath_all() which is currently unreachable.
OK tb@