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

[v14] Fix routing to public addresses #36624

Merged
merged 1 commit into from Jan 12, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #36617 to branch/v14

changelog: Fixed routing to nodes by their public addresses

#36584 allowed routing to work for public addresses, however it
used GetPublicAddr to retrieve the public address. types.Server can
have multiple public addresses though which means routing was only
ever considering the first public address defined. This updates
the routing logic to use GetPublicAddrs so they are all considered.
@rosstimothy rosstimothy added this pull request to the merge queue Jan 12, 2024
Merged via the queue into branch/v14 with commit 9881e99 Jan 12, 2024
26 checks passed
@rosstimothy rosstimothy deleted the bot/backport-36617-branch/v14 branch January 12, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants