netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [XFRM] Fix XFRMGRP_REPORT to use correct multicast group
@ 2006-12-08  0:14 jamal
  2006-12-08  8:12 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: jamal @ 2006-12-08  0:14 UTC (permalink / raw)
  To: davem; +Cc: netdev, Masahide NAKAMURA

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]


Against net-2.6 but should probably go into anything stable that has
reports already.

cheers,
jamal


[-- Attachment #2: xfrm_repg_fix --]
[-- Type: text/plain, Size: 1088 bytes --]

[XFRM] Fix XFRMGRP_REPORT to use correct multicast group

XFRMGRP_REPORT uses 0x10 which is a group that belongs
to events. The correct value is 0x20.
We should really be using xfrm_nlgroups going forward; it was tempting
to delete the definition of XFRMGRP_REPORT but it would break at
least iproute2.

Signed-off-by: J Hadi Salim <hadi@cyberus.ca>

---
commit 5229df1f9249e3b509ff426a74f4192b60ad6760
tree 4bb9548261165e1e0a907a6e3768e28b90794cc4
parent 03b09fc1e8f71a14c661af496941b6de963fddf1
author Jamal Hadi Salim <hadi@cyberus.ca> Thu, 07 Dec 2006 19:08:58 -0500
committer Jamal Hadi Salim <hadi@cyberus.ca> Thu, 07 Dec 2006 19:08:58 -0500

 include/linux/xfrm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h
index 7907c42..5227603 100644
--- a/include/linux/xfrm.h
+++ b/include/linux/xfrm.h
@@ -355,7 +355,7 @@ struct xfrm_user_report {
 #define XFRMGRP_EXPIRE		2
 #define XFRMGRP_SA		4
 #define XFRMGRP_POLICY		8
-#define XFRMGRP_REPORT		0x10
+#define XFRMGRP_REPORT		0x20
 #endif
 
 enum xfrm_nlgroups {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-08  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08  0:14 [PATCH] [XFRM] Fix XFRMGRP_REPORT to use correct multicast group jamal
2006-12-08  8:12 ` David Miller

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).