0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/proto/radv
Ondrej Zajicek 084f5381f1 VRF: Fix issues with reconfiguration
Protocols receive if_notify() announcements that are filtered according
to their VRF setting, but during reconfiguration, they access iface_list
directly and forgot to check VRF setting here, which leads to all
interfaces be addedd.

Fix this issue for Babel, OSPF, RAdv and RIP protocols.

Thanks to Marcel Menzel for the bugreport.
2024-05-30 12:30:00 +02:00
..
config.Y Nest: Clean up main channel handling 2021-09-10 17:32:05 +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 Configuration strings are constant. 2020-04-09 15:37:14 +02:00
radv.c VRF: Fix issues with reconfiguration 2024-05-30 12:30:00 +02:00
radv.h Configuration strings are constant. 2020-04-09 15:37:14 +02:00