unix: add missing nft conntrack constants#257
unix: add missing nft conntrack constants#257nickgarlis wants to merge 1 commit intogolang:masterfrom
Conversation
The following constants were missing for nft conntrack: - `NFT_CT_SRC_IP` - `NFT_CT_DST_IP` - `NFT_CT_SRC_IP6` - `NFT_CT_DST_IP6` - `NFT_CT_ID` https://git.netfilter.org/libnftnl/tree/include/linux/netfilter/nf_tables.h?id=7a7722ee336fac14690851f6c84965582a741601#n1173
|
This PR (HEAD: 8fac63b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/689922. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
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/689922. |
|
Message from Tobias Klauser: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-07-28T09:57:10Z","revision":"fb7152d54c9b6795b4732835911a66c8b9904606"} Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
Message from Tobias Klauser: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
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/689922. |
|
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
Message from Tobias Klauser: Patch Set 2: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
Message from Mark Freeman: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
|
Message from Michael Knyszek: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/689922. |
The following constants were missing for nft conntrack: - NFT_CT_SRC_IP - NFT_CT_DST_IP - NFT_CT_SRC_IP6 - NFT_CT_DST_IP6 - NFT_CT_ID https://git.netfilter.org/libnftnl/tree/include/linux/netfilter/nf_tables.h?id=7a7722ee336fac14690851f6c84965582a741601#n1173 Change-Id: I2f9bd12c1ab8569ee019310c040b46b214f65b76 GitHub-Last-Rev: 8fac63b GitHub-Pull-Request: #257 Reviewed-on: https://go-review.googlesource.com/c/sys/+/689922 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <mark@golang.org>
|
This PR is being closed because golang.org/cl/689922 has been merged. |
The following constants were missing for nft conntrack:
https://git.netfilter.org/libnftnl/tree/include/linux/netfilter/nf_tables.h?id=7a7722ee336fac14690851f6c84965582a741601#n1173