CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/02 06:03:35
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_adjout.c rde_peer.c rde_rib.c
rde_update.c
Log message:
Mechanical rename of prefix_adjout to adjout_prefix.
All the things for the Adj-RIB-Out handling should use adjout_ as prefix.
So both the struct and the various functions are renamed. This makes it
clearer what belongs to the adjout code.
OK tb@
