Merge "ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr"

This commit is contained in:
Linux Build Service Account 2018-05-08 13:46:01 -07:00 committed by Gerrit - the friendly Code Review server
commit 43fb4adbdc

View file

@ -2808,7 +2808,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 */
};