1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
Files
labs-bird/proto
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
..
2024-04-10 17:18:11 +02:00
2023-08-22 01:26:06 +02:00
2024-01-30 23:14:10 +01:00
2023-11-02 14:43:15 +01:00
2023-04-16 20:05:15 +02:00