0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto/bgp
Maria Matejka c354e8f4c1 Interface updates are asynchronous
Instead of propagating interface updates as they are loaded from kernel,
they are enqueued and all the notifications are called from a
protocol-specific event. This change allows to break the locking loop
between protocols and interfaces.

Anyway, this change is based on v2 branch to keep the changes between v2
and v3 smaller.
2023-02-02 15:57:21 +01:00
..
attrs.c BGP: Do not assume that all channels are struct bgp_channel 2022-10-03 20:18:12 +02:00
bgp.c Interface updates are asynchronous 2023-02-02 15:57:21 +01:00
bgp.h BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
config.Y BGP: Allow role specific keywords to be used as symbols 2023-01-03 19:11:34 +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
packets.c VRF setting reduced to one argument, using default dummy iface for default vrf 2023-01-25 13:33:31 +01:00