aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ip_vs.h
diff options
context:
space:
mode:
authorJulian Anastasov <ja@ssi.bg>2013-08-28 19:31:22 +0300
committerSimon Horman <horms@verge.net.au>2013-10-15 10:36:01 +0900
commit120c9794a3ee2f9b1548a1b0b252652e3c134f59 (patch)
tree7ab814f546eebe30898047a81e7c42f0062768c7 /include/uapi/linux/ip_vs.h
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next (diff)
downloadlinux-dev-120c9794a3ee2f9b1548a1b0b252652e3c134f59.tar.xz
linux-dev-120c9794a3ee2f9b1548a1b0b252652e3c134f59.zip
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 '')
-rw-r--r--include/uapi/linux/ip_vs.h2
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 {
__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