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 36aa64fe1c BGP: export table stores routes, reloads and shows in CLI.
In future, this and rtable's data structures should be probably merged
but it isn't a good idea to do now. The used data structure is similar
to rtable -- an array of pointers to linked lists.

Feed is lockless, as with all tables.

Full export (receiving updates) is not supported yet but we don't have
any method how to use it anyway. Gonna implement it later.
2024-06-24 09:42:03 +02:00
..
attrs.c BGP: export table stores routes, reloads and shows in CLI. 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