0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/proto/bgp
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
..
attrs.c BMP protocol support 2023-04-16 20:05:15 +02:00
bgp.c Conf: Symbol manipulation gets its context explicitly 2023-09-12 15:36:46 +02:00
bgp.h BGP config: Splitting Route Refresh and Enhanced Route Refresh 2023-09-27 20:18:46 +02:00
config.Y BGP config: Splitting Route Refresh and Enhanced Route Refresh 2023-09-27 20:18:46 +02: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
packets.c Nest: Expand rte_src.private_id to u64 2023-10-02 15:09:30 +02:00