File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/unix/notbsd/linux/mips Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -706,10 +706,10 @@ pub const GENL_UNS_ADMIN_PERM: ::c_int = 0x10;
706
706
pub const GENL_ID_VFS_DQUOT : :: c_int = :: NLMSG_MIN_TYPE + 1 ;
707
707
pub const GENL_ID_PMCRAID : :: c_int = :: NLMSG_MIN_TYPE + 2 ;
708
708
709
- pub const NFT_TABLE_MAXNAMELEN : :: c_int = 32 ;
710
- pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 32 ;
711
- pub const NFT_SET_MAXNAMELEN : :: c_int = 32 ;
712
- pub const NFT_OBJ_MAXNAMELEN : :: c_int = 32 ;
709
+ pub const NFT_TABLE_MAXNAMELEN : :: c_int = 256 ;
710
+ pub const NFT_CHAIN_MAXNAMELEN : :: c_int = 256 ;
711
+ pub const NFT_SET_MAXNAMELEN : :: c_int = 256 ;
712
+ pub const NFT_OBJ_MAXNAMELEN : :: c_int = 256 ;
713
713
pub const NFT_USERDATA_MAXLEN : :: c_int = 256 ;
714
714
715
715
pub const NFT_REG_VERDICT : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments