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 4f46351 commit faf866fCopy full SHA for faf866f
libc-test/build.rs
@@ -4460,9 +4460,6 @@ fn test_linux(target: &str) {
4460
| "FAN_EPIDFD"
4461
if musl => true,
4462
4463
- // FIXME(value): value needs update
4464
- "NFT_MSG_MAX" => true,
4465
-
4466
// FIXME(linux): Requires >= 6.6 kernel headers.
4467
"XDP_USE_SG" | "XDP_PKT_CONTD" => true,
4468
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