CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/08/14 14:34:28
Modified files:
usr.sbin/bgpd : bgpd.h rde.c rde.h rde_filter.c rde_rib.c
rde_update.c
Log message:
Rewrite the internals of the RDE reload logic.
This is the first step to make bgpd reload non blocking in the RDE.
It also speeds up the reload time a fair bit in some cases (mainly if
you run with multiple RIBs and have larger filtersets) and it should also
fix a few edge cases on reloads.
Testing done by benno@, florian@ and sthen@ OK henning@ and benno@