CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/20 03:10:36
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_adjout.c rde_peer.c rde_rib.c
rde_update.c
Log message:
Duplicate struct prefix into struct prefix_adjout and adjust code
to work with that.
Make sure that anything in the adj-rib-out uses the new struct. In
some cases code has to be duplicated since it is no longer possible to
use one code path to cover both Local-RIB and Adj-Out-RIB. This is
mostly in the code handling the 'bgpctl show rib' family of commands.
OK tb@