0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-18 17:18:42 +00:00
bird/proto
Maria Matejka 69d1ffde4c Split route data structure to storage (ro) / manipulation (rw) structures.
Routes are now allocated only when they are just to be inserted to the
table. Updating a route needs a locally allocated route structure.
Ownership of the attributes is also now not transfered from protocols to
tables and vice versa but just borrowed which should be easier to handle
in a multithreaded environment.
2021-11-09 19:20:41 +01:00
..
babel Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
bfd BFD: Dispatch sessions also by interface index 2021-01-10 15:29:02 +01:00
bgp Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
mrt Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
ospf Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
perf Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
pipe Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
radv Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
rip Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
rpki Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
static Split route data structure to storage (ro) / manipulation (rw) structures. 2021-11-09 19:20:41 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00