0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 18:21:54 +00:00
bird/proto/mrt
Maria Matejka c9194f4161 Nest: Changed struct network * in struct rte to const net_addr *. [WIP]
This allows filtering the route without even touching the table on
import. Therefore rejected routes don't mess with the table in any way.
Only accepted routes are linked to the table.

Kernel protocol still uses a dirty hack to get routes synchronized. This
should be sanitized in future to allow proper concurrency.
2018-12-17 15:05:03 +01:00
..
config.Y The MRT protocol 2018-11-20 17:45:35 +01:00
Makefile The MRT protocol 2018-11-20 17:45:35 +01:00
mrt.c Nest: Changed struct network * in struct rte to const net_addr *. [WIP] 2018-12-17 15:05:03 +01:00
mrt.h The MRT protocol 2018-11-20 17:45:35 +01:00
progdoc The MRT protocol 2018-11-20 17:45:35 +01:00