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 8cac94f commit e0e220eCopy full SHA for e0e220e
libc-test/build.rs
@@ -4308,9 +4308,6 @@ fn test_linux(target: &str) {
4308
| "FAN_EPIDFD"
4309
if musl => true,
4310
4311
- // FIXME(value): value needs update
4312
- "NFT_MSG_MAX" => true,
4313
-
4314
// FIXME(linux): Requires >= 6.6 kernel headers.
4315
"XDP_USE_SG" | "XDP_PKT_CONTD" => true,
4316
src/unix/linux_like/linux/mod.rs
@@ -4883,7 +4883,8 @@ cfg_if! {
4883
pub const NFT_MSG_GETOBJ_RESET: c_int = 21;
4884
}
4885
4886
-pub const NFT_MSG_MAX: c_int = 25;
+
4887
+pub const NFT_MSG_MAX: c_int = 34;
4888
4889
pub const NFT_SET_ANONYMOUS: c_int = 0x1;
4890
pub const NFT_SET_CONSTANT: c_int = 0x2;
0 commit comments