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 issue where ACL * would filter out returning connections #1279

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

kradalby
Copy link
Collaborator

@kradalby kradalby commented Mar 23, 2023

This should fix #699.

We seemed to have a an implementation where star connections where
filtered out of the netmap preventing a connection to be established.

This should fix this issue.

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

@kradalby kradalby requested a review from juanfont as a code owner March 23, 2023 17:36
@kradalby kradalby force-pushed the star-fix-699 branch 5 times, most recently from ab11399 to 9b5682f Compare March 27, 2023 09:26
This fixes juanfont#699.

We seemed to have a an implementation where star connections where
filtered out of the netmap preventing a connection to be established.

This should fix this issue.

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
@kradalby kradalby merged commit c7b459b into juanfont:main Mar 27, 2023
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.

dst:"*:*" not working in ACLs
2 participants