Skip to content

Commit e7936ad

Browse files
committed
fixup! nfnetlink & nfnetlink_log constants
1 parent 2216488 commit e7936ad

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/unix/linux_like/android/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,6 @@ pub const NFNLGRP_CONNTRACK_EXP_UPDATE: ::c_int = 5;
13191319
pub const NFNLGRP_CONNTRACK_EXP_DESTROY: ::c_int = 6;
13201320
pub const NFNLGRP_NFTABLES: ::c_int = 7;
13211321
pub const NFNLGRP_ACCT_QUOTA: ::c_int = 8;
1322-
pub const NFNLGRP_NFTRACE: ::c_int = 9;
13231322

13241323
pub const NFNETLINK_V0: ::c_int = 0;
13251324

@@ -1337,9 +1336,6 @@ pub const NFNL_SUBSYS_NFTABLES: ::c_int = 10;
13371336
pub const NFNL_SUBSYS_NFT_COMPAT: ::c_int = 11;
13381337
pub const NFNL_SUBSYS_COUNT: ::c_int = 12;
13391338

1340-
pub const NFNL_BATCH_UNSPEC: ::c_int = 0;
1341-
pub const NFNL_BATCH_GENID: ::c_int = 1;
1342-
13431339
pub const NFNL_MSG_BATCH_BEGIN: ::c_int = NLMSG_MIN_TYPE;
13441340
pub const NFNL_MSG_BATCH_END: ::c_int = NLMSG_MIN_TYPE + 1;
13451341

src/unix/linux_like/linux/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,6 @@ pub const NFNLGRP_CONNTRACK_EXP_UPDATE: ::c_int = 5;
16741674
pub const NFNLGRP_CONNTRACK_EXP_DESTROY: ::c_int = 6;
16751675
pub const NFNLGRP_NFTABLES: ::c_int = 7;
16761676
pub const NFNLGRP_ACCT_QUOTA: ::c_int = 8;
1677-
pub const NFNLGRP_NFTRACE: ::c_int = 9;
16781677

16791678
pub const NFNETLINK_V0: ::c_int = 0;
16801679

@@ -1692,9 +1691,6 @@ pub const NFNL_SUBSYS_NFTABLES: ::c_int = 10;
16921691
pub const NFNL_SUBSYS_NFT_COMPAT: ::c_int = 11;
16931692
pub const NFNL_SUBSYS_COUNT: ::c_int = 12;
16941693

1695-
pub const NFNL_BATCH_UNSPEC: ::c_int = 0;
1696-
pub const NFNL_BATCH_GENID: ::c_int = 1;
1697-
16981694
pub const NFNL_MSG_BATCH_BEGIN: ::c_int = NLMSG_MIN_TYPE;
16991695
pub const NFNL_MSG_BATCH_END: ::c_int = NLMSG_MIN_TYPE + 1;
17001696

0 commit comments

Comments
 (0)