0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto
Maria Matejka f81702b7e4 Table import and export are now explicit hooks.
Channels have now included rt_import_req and rt_export_req to hook into
the table instead of just one list node. This will (in future) allow for:

* channel import and export bound to different tables
* more efficient pipe code (dropping most of the channel code)
* conversion of 'show route' to a special kind of export
* temporary static routes from CLI

The import / export states are also updated to the new algorithms.
2021-11-22 18:33:53 +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 Table import and export are now explicit hooks. 2021-11-22 18:33:53 +01:00
mrt Suppressed MRT unused static function warning 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 Table import and export are now explicit hooks. 2021-11-22 18:33:53 +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 Table import and export are now explicit hooks. 2021-11-22 18:33:53 +01:00
static Table import and export are now explicit hooks. 2021-11-22 18:33:53 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00