File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1459,10 +1459,10 @@ pub const NF_IP6_PRI_CONNTRACK_HELPER: ::c_int = 300;
1459
1459
pub const NF_IP6_PRI_LAST : :: c_int = :: INT_MAX ;
1460
1460
1461
1461
// linux/netfilter/nf_tables.h
1462
- pub const NFT_TABLE_MAXNAMELEN : :: c_int = 32 ;
1463
- pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 32 ;
1464
- pub const NFT_SET_MAXNAMELEN : :: c_int = 32 ;
1465
- pub const NFT_OBJ_MAXNAMELEN : :: c_int = 32 ;
1462
+ pub const NFT_TABLE_MAXNAMELEN : :: c_int = 256 ;
1463
+ pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 256 ;
1464
+ pub const NFT_SET_MAXNAMELEN : :: c_int = 256 ;
1465
+ pub const NFT_OBJ_MAXNAMELEN : :: c_int = 256 ;
1466
1466
pub const NFT_USERDATA_MAXLEN : :: c_int = 256 ;
1467
1467
1468
1468
pub const NFT_REG_VERDICT : :: c_int = 0 ;
@@ -1519,7 +1519,7 @@ pub const NFT_MSG_NEWOBJ: ::c_int = 18;
1519
1519
pub const NFT_MSG_GETOBJ : :: c_int = 19 ;
1520
1520
pub const NFT_MSG_DELOBJ : :: c_int = 20 ;
1521
1521
pub const NFT_MSG_GETOBJ_RESET : :: c_int = 21 ;
1522
- pub const NFT_MSG_MAX : :: c_int = 22 ;
1522
+ pub const NFT_MSG_MAX : :: c_int = 25 ;
1523
1523
1524
1524
pub const NFT_SET_ANONYMOUS : :: c_int = 0x1 ;
1525
1525
pub const NFT_SET_CONSTANT : :: c_int = 0x2 ;
You can’t perform that action at this time.
0 commit comments