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 panic when allowing conflicting subnets on macOS. #3785

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

thallgren
Copy link
Member

This commit fixes a regression introduced in 2.21.0, causing the macOS
client to panic when the --allow-conflicting-subnets connect flag was
used, or when routing.allowConflictingSubnets was added to the client
configuration.

Closes #3784

@thallgren thallgren added the ok to test Applied by maintainers when a PR is ready to have tests run on it label Feb 2, 2025
@github-actions github-actions bot removed the ok to test Applied by maintainers when a PR is ready to have tests run on it label Feb 2, 2025
@thallgren thallgren requested review from P0lip, FuYu3699 and njayp February 2, 2025 11:51
This commit fixes a regression introduced in 2.21.0, causing the macOS
client to panic when the `--allow-conflicting-subnets` connect flag was
used, or when `routing.allowConflictingSubnets` was added to the client
configuration.

Closes #3784

Signed-off-by: Thomas Hallgren <[email protected]>
Signed-off-by: Thomas Hallgren <[email protected]>
@thallgren thallgren added the ok to test Applied by maintainers when a PR is ready to have tests run on it label Feb 2, 2025
@github-actions github-actions bot removed the ok to test Applied by maintainers when a PR is ready to have tests run on it label Feb 2, 2025
@thallgren thallgren merged commit 3d63e55 into release/v2.21 Feb 3, 2025
11 checks passed
@thallgren thallgren deleted the thallgren/v2.21.3 branch February 3, 2025 06:40
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.

also-proxy together with --allow-conflicting-subnets silently fails on macOS
2 participants