mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-02-03 06:40:02 +00:00
5ea39eaa96
Use a hierarchical bitmap in a routing table to assign ids to routes, and then use bitmaps (indexed by route id) in channels to keep track whether routes were exported. This avoids unreliable and inefficient re-evaluation of filters for old routes in order to determine whether they were exported.