unix: add IFAL_* consts and ifaddrlblmsg on linux #252
unix: add IFAL_* consts and ifaddrlblmsg on linux #252juanluisvaladas wants to merge 1 commit intogolang:masterfrom
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. |
Since golang/sys#252 merged, we don't need to define these constants here anymore. Instead we can rely on golang standard library. Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <jvaladas@mirantis.com>
Implments consts and structs related to ifaddrlabel