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

server: Allow IPv6 addresses with zone id. #538

Merged
merged 1 commit into from
Nov 9, 2015

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Nov 4, 2015

This modifies the IP parsing code to work with IPv6 zone ids. This is needed since the net.ParseIP function does not allow zone ids even though net.Listen does.

Review on Reviewable

@davecgh
Copy link
Member Author

davecgh commented Nov 4, 2015

Bo on IRC (the person who originally reported zone ids weren't parsing correctly) confirmed that this code allows IPV6 addresses with zone ids to be specified.

@dajohi
Copy link
Member

dajohi commented Nov 4, 2015

OK

This modifies the IP parsing code to work with IPv6 zone ids.  This is
needed since the net.ParseIP function does not allow zone ids even
though net.Listen does.
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.

3 participants