-
Notifications
You must be signed in to change notification settings - Fork 602
unix: add IFAL_* consts and ifaddrlblmsg on linux #252
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: fb77b37) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/683775. Important tips:
|
fb77b37
to
ea35581
Compare
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
This PR (HEAD: ea35581) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/683775. Important tips:
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
ea35581
to
f2b0734
Compare
This PR (HEAD: f2b0734) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/683775. Important tips:
|
Message from Juan Valadas: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
f2b0734
to
11be45c
Compare
This PR (HEAD: 11be45c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/683775. Important tips:
|
Message from Juan Valadas: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Message from Florian Lehner: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Message from Tobias Klauser: Patch Set 4: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-02T14:25:07Z","revision":"973ddb9813afc104ad1a637b43473f106a999e64"} Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Message from Tobias Klauser: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
Implments consts and structs related to ifaddrlabel Change-Id: I6dd78e74a8e32a26286b95b0a7a20343cb16a446 GitHub-Last-Rev: 11be45c GitHub-Pull-Request: #252 Reviewed-on: https://go-review.googlesource.com/c/sys/+/683775 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Florian Lehner <lehner.florian86@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Message from Michael Pratt: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/683775. |
This PR is being closed because golang.org/cl/683775 has been merged. |
Implments consts and structs related to ifaddrlabel