0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto/bgp
Maria Matejka bc2ce4aaa8 Removing the rte_modify API
For BGP LLGR purposes, there was an API allowing a protocol to directly
modify their stale routes in table before flushing them. This API was
called by the table prune routine which violates the future locking
requirements.

Instead of this, BGP now requests a special route export and reimports
these routes into the table, allowing for asynchronous execution without
locking the table on export.
2022-07-12 14:45:27 +02:00
..
attrs.c Removing the rte_modify API 2022-07-12 14:45:27 +02:00
bgp.c Removing the rte_modify API 2022-07-12 14:45:27 +02:00
bgp.h Removing the rte_modify API 2022-07-12 14:45:27 +02:00
config.Y Moved route source attribute (RTS_*) to eattrs 2022-05-04 15:39:53 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Protocols have their own explicit init routines 2022-04-06 18:14:08 +02:00
packets.c Export tables merged with BGP prefix hash 2022-07-11 16:07:09 +02:00