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

Allow AAAA queries for nodeLookup #1222

Merged
merged 1 commit into from Sep 8, 2015

Conversation

42wim
Copy link
Contributor

@42wim 42wim commented Sep 8, 2015

Small bugfix, hopefully last patch to makes consul working completely on ipv6-only network.

@@ -354,7 +354,7 @@ INVALID:
func (d *DNSServer) nodeLookup(network, datacenter, node string, req, resp *dns.Msg) {
// Only handle ANY and A type requests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update this line for accuracy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, rebased

@ryanbreen
Copy link
Contributor

LGTM!

ryanbreen added a commit that referenced this pull request Sep 8, 2015
Allow AAAA queries for nodeLookup
@ryanbreen ryanbreen merged commit 34f98f7 into hashicorp:master Sep 8, 2015
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.

None yet

2 participants