CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/06 09:23:26
Modified files:
usr.sbin/bgpd : bgpd.h rde.c rde.h rde_filter.c
Log message:
Radically improve the performance of bgpd filters. Based on PF's skip
steps (and uses much of the same code).
In a torture test of ~600k prefix filters and 65k prefixes, convergance
time goes from 35 minutes to 30 seconds.
Many thanks to LONAP for providing a base configuration for torture
testing.
many discussions with claudio@, benno@, sthen@ and the rest of the bgpd crowd
OK sthen@ benno@