ipvs: fix the IPVS_CMD_ATTR_MAX definition
It was wrong (bigger) but problem is harmless. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
parent
58308451e9
commit
120c9794a3
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ enum {
|
||||||
__IPVS_CMD_ATTR_MAX,
|
__IPVS_CMD_ATTR_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define IPVS_CMD_ATTR_MAX (__IPVS_SVC_ATTR_MAX - 1)
|
#define IPVS_CMD_ATTR_MAX (__IPVS_CMD_ATTR_MAX - 1)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Attributes used to describe a service
|
* Attributes used to describe a service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue