1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
Files
labs-bird/doc
Maria Matejka 9fe98dd167 New BGP export table
This table uses lfjour to signalize changes both to TX packet generator
and to possibly external readers; to be enabled in following commits.

Prefix structures are now pointing to the tables' netindex
instead of copying net_addr. With proper referencing of netindex,
this allows us to allocate struct bgp_prefix from a slab.

Also export buckets now don't copy route attributes locally,
they use global attribute cache instead. This allows also export
buckets to have fixed length and therefore get allocated from a slab.

Finally, merged bgp_pending_tx back to bgp_channel. The split looked
like a good idea then. It isn't, the pending TX is an integral part of
BGP channel with no real reason for splitting.
2024-04-10 17:18:11 +02:00
..
2000-06-08 12:37:21 +00:00
2020-11-15 16:28:13 +01:00
2024-04-10 17:18:11 +02:00
2021-04-25 02:21:05 +02:00
2024-04-10 17:18:11 +02:00
2022-03-02 10:38:15 +01:00