diff options
| author | Julian Anastasov <ja@ssi.bg> | 2013-08-28 12:31:22 -0400 |
|---|---|---|
| committer | Simon Horman <horms@verge.net.au> | 2013-10-14 21:36:01 -0400 |
| commit | 120c9794a3ee2f9b1548a1b0b252652e3c134f59 (patch) | |
| tree | 7ab814f546eebe30898047a81e7c42f0062768c7 /include/uapi/linux | |
| parent | 58308451e91974267e1f4a618346055342019e02 (diff) | |
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>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/ip_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ip_vs.h b/include/uapi/linux/ip_vs.h index 29458223d044..fbcffe8041f7 100644 --- a/include/uapi/linux/ip_vs.h +++ b/include/uapi/linux/ip_vs.h | |||
| @@ -334,7 +334,7 @@ enum { | |||
| 334 | __IPVS_CMD_ATTR_MAX, | 334 | __IPVS_CMD_ATTR_MAX, |
| 335 | }; | 335 | }; |
| 336 | 336 | ||
| 337 | #define IPVS_CMD_ATTR_MAX (__IPVS_SVC_ATTR_MAX - 1) | 337 | #define IPVS_CMD_ATTR_MAX (__IPVS_CMD_ATTR_MAX - 1) |
| 338 | 338 | ||
| 339 | /* | 339 | /* |
| 340 | * Attributes used to describe a service | 340 | * Attributes used to describe a service |
