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

resolve: add support for IPv6 DNS64/NAT64 Networks on Apple operating system #866

Closed
wants to merge 1 commit into from

Conversation

zeeker999
Copy link
Contributor

Use getaddrinfo to resolve the IPv4 address literal on iOS/Mac OS X.
If the current network interface doesn’t support IPv4, but supports
IPv6, NAT64, and DNS64.

Fixes bug #863

… system

Use getaddrinfo to resolve the IPv4 address literal on iOS/Mac OS X.
If the current network interface doesn’t support IPv4, but supports
IPv6, NAT64, and DNS64.
@bagder bagder closed this in 01a49a7 Jun 7, 2016
@bagder
Copy link
Member

bagder commented Jun 7, 2016

Thanks!

I did edit it slightly for style and some content so please have a look and what I merged and please try it out and see that it works as expected!

@zeeker999
Copy link
Contributor Author

Unfortunately, it doesn't work as expected. The ai_family is always PF_INET when USE_RESOLVE_ON_IPS is defined. Please, see PR #867 for more details.

jay pushed a commit that referenced this pull request Jun 8, 2016
- Enable protocol family logic for IPv6 resolves even when support
for synthesized addresses is enabled.

This is a follow up to the parent commit that added support for
synthesized IPv6 addresses from IPv4 on iOS/OS X. The protocol family
logic needed for IPv6 was inadvertently excluded if support for
synthesized addresses was enabled.

Bug: #863
Ref: #866
Ref: #867
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants