Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRR: Publishing a new service causes the bgp session to flake #1715

Closed
fedepaol opened this issue Nov 17, 2022 · 0 comments · Fixed by #1714
Closed

FRR: Publishing a new service causes the bgp session to flake #1715

fedepaol opened this issue Nov 17, 2022 · 0 comments · Fixed by #1714

Comments

@fedepaol
Copy link
Member

Because of how the current frr template looks like, when we move from 0 services to 1 or more services (or viceversa), the neighbour is added only to the ipfamily section related to the service. When we have no advertisements for a neighbor, it's added to both (see

{{- if eq (len .Advertisements) 0}}
)

This causes the session to be recreated.

@fedepaol fedepaol changed the title Publishing a new service causes the bgp session to flake FRR: Publishing a new service causes the bgp session to flake Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant