0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-10 05:08:42 +00:00
bird/proto
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
..
babel Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund 2022-06-08 15:31:28 +02:00
bfd Merge commit '17f91f9e6e70f7e3f29502e854823c0d48571eaa' into haugesund 2022-05-30 16:59:24 +02:00
bgp Removing the rte_modify API 2022-07-12 14:45:27 +02:00
mrt The show-route CLI command now uses the route export API 2022-06-27 12:32:47 +02:00
ospf Import tables are stored as an attribute layer inside the main tables. 2022-06-20 11:56:38 +02:00
perf Import tables are stored as an attribute layer inside the main tables. 2022-06-20 11:56:38 +02:00
pipe Allowed optimized exporting of a subprefix tree 2022-06-24 15:49:08 +02:00
radv Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund 2022-06-08 15:31:28 +02:00
rip Fixed displaying BGP and RIP attributes after recent reworks 2022-06-27 12:32:47 +02:00
rpki Route refresh in tables uses a stale counter. 2022-07-12 12:22:41 +02:00
static Moved nexthop + hostentry display to other eattrs 2022-06-27 13:39:28 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00