CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/18 09:39:36
Modified files:
usr.sbin/bgpd : Makefile rde.c rde.h rde_peer.c rde_rib.c
Added files:
usr.sbin/bgpd : rde_adjout.c
Log message:
Move the adj-rib-out related code out of rde_rib.c into its own file.
rde_adjout.c will contain all the logic for handling the adj-rib-out
also adjust the function names to be prefix_adjout_xyz to make it clear
what they cover. Some function need to be exported now but over time
this will go away since the adj-rib-out code will be mostly rewritten.
OK deraadt@ tb@