0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/mrt
Ondrej Zajicek 21213be523 Nest: Expand rte_src.private_id to u64
In general, private_id is sparse and protocols may want to map some
internal values directly into it. For example, L3VPN needs to
map VPN route discriminators to private_id.

OTOH, u32 is enough for global_id, as these identifiers are dense.
2023-10-02 15:09:30 +02:00
..
config.Y The MRT protocol 2018-11-20 17:45:35 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
mrt.c Nest: Expand rte_src.private_id to u64 2023-10-02 15:09:30 +02:00
mrt.h Configuration strings are constant. 2020-04-09 15:37:14 +02:00