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

Fix setting of TTL on a nil connection in updateNeighbor #2663

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

rastislavs
Copy link
Contributor

@rastislavs rastislavs commented Jun 5, 2023

This fixes a bug introduced by my previous PR: #2661

Avoids attempt to set TTL on a nil connection in updateNeighbor.

This can happen e.g. if UpdatePeer comes very quickly after AddPeer and the connection is not yet created.

Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
@fujita fujita merged commit 03982e5 into osrg:master Jun 5, 2023
@fujita
Copy link
Member

fujita commented Jun 5, 2023

thanks!

@rastislavs
Copy link
Contributor Author

Thanks for merging @fujita !

We would need this fix in this Cilium PR cilium/cilium#25708 - would it be potentially possible to crate a patch release (e.g. v3.15.1) with it, or do we need to wait till the next minor version release?

@fujita
Copy link
Member

fujita commented Jun 5, 2023

We've not made a patch release. Can you work around on your side until the next minor version?

@rastislavs
Copy link
Contributor Author

We've not made a patch release. Can you work around on your side until the next minor version?

understood, we will stay on an unreleased version in the meantime

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 this pull request may close these issues.

2 participants