CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/08 02:11:25
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c
Log message:
Assign a local path_id to all prefixes
For add-path a unique path_id needs to be assigne to all prefixes.
Use a random number since the RFC explicitly mentions that there is no
meaning what the value means. The local path_id is inherited to all
the RIBs. Adj-RIB-Out handling is not yet down.
OK tb@
