CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/11/04 05:34:54
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c rde_update.c
Log message:
Introduce a real Adj-RIB-Out. At the same time remove the update_rib
introduced before 6.4 because it now can be replaced with the real RIB.
Main changes are:
- simplified 'show rib' handling since everything is now a real RIB
- path_update() is now returning if a prefix was not modified, added or moved
- softreconfig out case is simpler since path_update does all the magic now
- Adjust shutdown code to work with the Adj-RIB-Out
Tested and OK denis@, benno@