Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 501cbe9e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr"

parents 2c9c03e5 0175acee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2759,7 +2759,7 @@ static struct genl_family ip_vs_genl_family = {
	.hdrsize	= 0,
	.name		= IPVS_GENL_NAME,
	.version	= IPVS_GENL_VERSION,
	.maxattr	= IPVS_CMD_MAX,
	.maxattr	= IPVS_CMD_ATTR_MAX,
	.netnsok        = true,         /* Make ipvsadm to work on netns */
};