-
Notifications
You must be signed in to change notification settings - Fork 588
windows: add enums for IpAdapterUnicastAddress #204
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
Conversation
This PR (HEAD: 3ac8363) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/598895. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Ian Chen: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Alex Brainman: Patch Set 1: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-07-28T06:45:28Z","revision":"76c122efebb1a0b888d4cc7870af87296f23eaca"} Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Alex Brainman: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
These are for the enum fields in IpAdapterUnicastAddress.
3ac8363
to
1837ff9
Compare
This PR (HEAD: 1837ff9) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/598895. Important tips:
|
Message from Ian Chen: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Alex Brainman: Patch Set 2: Code-Review+2 Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-08-03T08:34:58Z","revision":"29a8030519d0c5904106dd1d839aa7b35a92da91"} Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Alex Brainman: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from David Chase: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
Message from Michael Knyszek: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/598895. |
These are for the enum fields in IpAdapterUnicastAddress. Change-Id: Ibcb6ce674ab41a94dbe46d394f035208a94b6dae GitHub-Last-Rev: 1837ff9 GitHub-Pull-Request: #204 Reviewed-on: https://go-review.googlesource.com/c/sys/+/598895 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: David Chase <drchase@google.com>
These are for the enum fields in IpAdapterUnicastAddress.