Merge "ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr"
This commit is contained in:
commit
43fb4adbdc
1 changed files with 1 additions and 1 deletions
|
@ -2808,7 +2808,7 @@ static struct genl_family ip_vs_genl_family = {
|
||||||
.hdrsize = 0,
|
.hdrsize = 0,
|
||||||
.name = IPVS_GENL_NAME,
|
.name = IPVS_GENL_NAME,
|
||||||
.version = IPVS_GENL_VERSION,
|
.version = IPVS_GENL_VERSION,
|
||||||
.maxattr = IPVS_CMD_MAX,
|
.maxattr = IPVS_CMD_ATTR_MAX,
|
||||||
.netnsok = true, /* Make ipvsadm to work on netns */
|
.netnsok = true, /* Make ipvsadm to work on netns */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue