File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1319,7 +1319,6 @@ pub const NFNLGRP_CONNTRACK_EXP_UPDATE: ::c_int = 5;
13191319pub const NFNLGRP_CONNTRACK_EXP_DESTROY : :: c_int = 6 ;
13201320pub const NFNLGRP_NFTABLES : :: c_int = 7 ;
13211321pub const NFNLGRP_ACCT_QUOTA : :: c_int = 8 ;
1322- pub const NFNLGRP_NFTRACE : :: c_int = 9 ;
13231322
13241323pub const NFNETLINK_V0 : :: c_int = 0 ;
13251324
@@ -1337,9 +1336,6 @@ pub const NFNL_SUBSYS_NFTABLES: ::c_int = 10;
13371336pub const NFNL_SUBSYS_NFT_COMPAT : :: c_int = 11 ;
13381337pub 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-
13431339pub const NFNL_MSG_BATCH_BEGIN : :: c_int = NLMSG_MIN_TYPE ;
13441340pub const NFNL_MSG_BATCH_END : :: c_int = NLMSG_MIN_TYPE + 1 ;
13451341
Original file line number Diff line number Diff line change @@ -1674,7 +1674,6 @@ pub const NFNLGRP_CONNTRACK_EXP_UPDATE: ::c_int = 5;
16741674pub const NFNLGRP_CONNTRACK_EXP_DESTROY : :: c_int = 6 ;
16751675pub const NFNLGRP_NFTABLES : :: c_int = 7 ;
16761676pub const NFNLGRP_ACCT_QUOTA : :: c_int = 8 ;
1677- pub const NFNLGRP_NFTRACE : :: c_int = 9 ;
16781677
16791678pub const NFNETLINK_V0 : :: c_int = 0 ;
16801679
@@ -1692,9 +1691,6 @@ pub const NFNL_SUBSYS_NFTABLES: ::c_int = 10;
16921691pub const NFNL_SUBSYS_NFT_COMPAT : :: c_int = 11 ;
16931692pub 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-
16981694pub const NFNL_MSG_BATCH_BEGIN : :: c_int = NLMSG_MIN_TYPE ;
16991695pub const NFNL_MSG_BATCH_END : :: c_int = NLMSG_MIN_TYPE + 1 ;
17001696
You can’t perform that action at this time.
0 commit comments