0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/proto/bgp
Maria Matejka 2fedf99924 Common parts of the ROA updater moved into the table
Channel is now just subscribing to yet another journal announcing
digested tries from the ROA table.

Creating tries in every channel on-the-fly was too slow to handle
and it ate obnoxious amounts of memory. Instead, the tries are
constructed directly in the table and the channels are notified
with the completed tries.

The delayed export-release mechanism is used to keep the tries allocated
until routes get reloaded.
2024-06-24 09:42:03 +02:00
..
attrs.c Common parts of the ROA updater moved into the table 2024-06-24 09:42:03 +02:00
bgp.c BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00
bgp.h BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00
config.Y BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c BGP: export table stores routes, reloads and shows in CLI. 2024-06-24 09:42:03 +02:00