-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Correctly format ipv6 resolver config for lua #3895
Conversation
/lgtm |
/hold |
@jacksontj please also change
|
@aledbf I'm not sure what you are referring to-- that is the method I changed. I did notice that the next method down (buildResolvers) has the correct logic, so I made mine look the same -- but there is no functional difference. Is that what you were referring to? Or is there something else? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ElvinEfendi, jacksontj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
It seems that when support was added for parsing resolv_conf directly a regression was introduced which effectively breaks anyone with ipv6 resolvers. Regression of kubernetes#3895
What this PR does / why we need it: Fix for #3881 by correctly formatting ipv6 resolver addresses for lua.
There was some discussion RE this fix in #3882 as well