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

Wrong map name being used for IPv6 #76

Open
andremuz opened this issue Jul 27, 2023 · 0 comments
Open

Wrong map name being used for IPv6 #76

andremuz opened this issue Jul 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@andremuz
Copy link

In multiple locations the same map is being used irrespective of ipv4 condition (both then/else blocks map to same map name).
It looks like LB6_SERVICES_MAP_V2 map should be used in the “else” path.

Line with the issue:

const char* map_name = ipv4 ? LB4_SERVICES_MAP_V2 : LB4_SERVICES_MAP_V2;
@dahavey dahavey added triaged Discussed in a triage meeting bug Something isn't working and removed triaged Discussed in a triage meeting labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants