* [PATCH nf-next] Second round of IPVS updates for v3.12
@ 2013-08-30 9:21 Simon Horman
2013-08-30 9:21 ` [PATCH nf-next] ipvs: fix the IPVS_CMD_ATTR_MAX definition Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2013-08-30 9:21 UTC (permalink / raw)
To: Pablo Neira Ayuso
Cc: lvs-devel, netdev, netfilter-devel, Wensong Zhang,
Julian Anastasov, Simon Horman
Hi Pablo,
please consider this small update to IPVS for v3.12.
The following changes since commit b7e092c05b308674c642ed7fb754d555f0ebba81:
netfilter: ctnetlink: fix uninitialized variable (2013-08-28 00:28:19 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs2-for-v3.12
for you to fetch changes up to 25a9707d3f4c1f6b7a6de8f6468d40356d6eb92c:
ipvs: fix the IPVS_CMD_ATTR_MAX definition (2013-08-30 18:17:47 +0900)
----------------------------------------------------------------
Second round of IPVS updates for v3.12
* Correct value of IPVS_CMD_ATTR_MAX
----------------------------------------------------------------
Julian Anastasov (1):
ipvs: fix the IPVS_CMD_ATTR_MAX definition
include/uapi/linux/ip_vs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH nf-next] ipvs: fix the IPVS_CMD_ATTR_MAX definition
2013-08-30 9:21 [PATCH nf-next] Second round of IPVS updates for v3.12 Simon Horman
@ 2013-08-30 9:21 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-08-30 9:21 UTC (permalink / raw)
To: Pablo Neira Ayuso
Cc: lvs-devel, netdev, netfilter-devel, Wensong Zhang,
Julian Anastasov, Simon Horman
From: Julian Anastasov <ja@ssi.bg>
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>
---
include/uapi/linux/ip_vs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/ip_vs.h b/include/uapi/linux/ip_vs.h
index 2945822..fbcffe8 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
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-30 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-30 9:21 [PATCH nf-next] Second round of IPVS updates for v3.12 Simon Horman
2013-08-30 9:21 ` [PATCH nf-next] ipvs: fix the IPVS_CMD_ATTR_MAX definition Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).