-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
net: auto-reload the /etc/nsswitch.conf on unix systems #56588
Conversation
This PR (HEAD: a87af30) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: efc2a99) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: dcec82c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 3: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
This PR (HEAD: 02952fe) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 7d937a5) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 8509b16) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 5: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
Message from Ian Lance Taylor: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
This PR (HEAD: 980f7dd) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
This PR (HEAD: 11316dc) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
This PR (HEAD: a93a607) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
Message from Ian Lance Taylor: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
Message from Ian Lance Taylor: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
This PR (HEAD: 82842c1) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/448075 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 10: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
Message from Ian Lance Taylor: Patch Set 10: Run-TryBot+1 Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
Message from Gopher Robot: Patch Set 10: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
Message from Gopher Robot: Patch Set 10: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448075. |
This change is made to align with the current (recently changed) glibc behaviour, it will allow the hostLookupOrder method to change its decisions on runtime (based on /etc/nsswitch.conf changes). Fixes #56515 Change-Id: I241d67f053b6d2111eebcd67744adee02829166e GitHub-Last-Rev: 82842c1 GitHub-Pull-Request: #56588 Reviewed-on: https://go-review.googlesource.com/c/go/+/448075 Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
This PR is being closed because golang.org/cl/448075 has been merged. |
This change is made to align with the current (recently changed) glibc behaviour, it will allow the hostLookupOrder method to change its decisions on runtime (based on /etc/nsswitch.conf changes).
Fixes #56515