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

testdirectory: handle IPv6 addresses #68

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

johanbrandhorst
Copy link
Collaborator

@johanbrandhorst johanbrandhorst commented Aug 29, 2024

I noticed a warning from a test within Boundary that was caused
by trying to start a gldap testdirectory on ::1. It was failing to listen
on an address that looked something like this: ::1:34567. Wrapping
the IPv6 address in brackets fixes this case.

I noticed a warning from a test within Boundary that was caused
by trying to start a gldap testdirectory on "::1". It was failing to listen
on an address that looked something like this: "::1:34567". Wrapping
the IPv6 address in brackets fixes this case.
@jimlambrt jimlambrt merged commit 2a5a684 into jimlambrt:main Aug 29, 2024
0 of 2 checks passed
@johanbrandhorst johanbrandhorst deleted the jbrandhorst-handle-ipv6 branch August 29, 2024 22:14
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