Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Jun 6, 2025

Closes #18098


This is an automatic backport of pull request #18959 done by Mergify.

ton31337 added 2 commits June 6, 2025 13:54
If MRAI is running, we have to hint "adj-rib-out" to ignore suppression of
updates for this peer, because if we don't, we will miss some updates that
are very quick (flapping/= del/add) during the MRAI wait time.

To reproduce this:

```
router bgp 65001
 no bgp ebgp-requires-policy
 no bgp enforce-first-as
 neighbor 127.0.0.1 remote-as auto
 neighbor 127.0.0.1 advertisement-interval 3
 !
 address-family ipv4 unicast
  redistribute kernel
 exit-address-family
exit
```

And run this:

```
ip route del 10.1.0.0/16 dev dummy0
ip route del 10.2.0.0/16 dev dummy0

ip route add 10.1.0.0/16 dev dummy0
sleep 1
ip route add 10.2.0.0/16 dev dummy0
sleep 0.25
ip route del 10.1.0.0/16 dev dummy0
sleep 0.25
ip route add 10.1.0.0/16 dev dummy0
```

Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit 1eed792)
…d in

Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit 469ee8c)
@frrbot frrbot bot added bgp tests Topotests, make check, etc labels Jun 6, 2025
@donaldsharp donaldsharp merged commit 8882126 into stable/10.1 Jun 6, 2025
14 of 16 checks passed
@Jafaral Jafaral deleted the mergify/bp/stable/10.1/pr-18959 branch July 31, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bgp size/L stable/10.1 tests Topotests, make check, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants