0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-26 19:00:02 +00:00
Ondrej Zajicek 670fb5652e Nest: Avoid spurious announcements triggered by filtered routes
When filtered routes (enabled by 'import keep filtered' option) are
updated, they trigger announcements by rte_announce(). For regular
channels (e.g. type RA_OPTIMAL or RA_ANY) such announcement is just
ignored, but in case of RA_ACCEPTED (BGP peer with 'secondary' option)
it just reannounces the old (and still valid) best route.

The patch ensures that such no-change is ignored even for these channels.
2024-05-30 12:29:59 +02:00
..
2022-06-27 21:13:32 +02:00
2020-11-08 15:33:22 +01:00
2015-11-05 12:48:52 +01:00
2018-10-01 15:55:23 +02:00
2018-03-18 02:56:51 +01:00