We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7f960 commit b6d3705Copy full SHA for b6d3705
libc-test/build.rs
@@ -4456,9 +4456,6 @@ fn test_linux(target: &str) {
4456
| "FAN_EPIDFD"
4457
if musl => true,
4458
4459
- // FIXME(value): value needs update
4460
- "NFT_MSG_MAX" => true,
4461
-
4462
// FIXME(linux): Requires >= 6.6 kernel headers.
4463
"XDP_USE_SG" | "XDP_PKT_CONTD" => true,
4464
src/unix/linux_like/linux/mod.rs
@@ -4913,7 +4913,8 @@ cfg_if! {
4913
pub const NFT_MSG_GETOBJ_RESET: c_int = 21;
4914
}
4915
4916
-pub const NFT_MSG_MAX: c_int = 25;
+
4917
+pub const NFT_MSG_MAX: c_int = 34;
4918
4919
pub const NFT_SET_ANONYMOUS: c_int = 0x1;
4920
pub const NFT_SET_CONSTANT: c_int = 0x2;
0 commit comments