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

cheers,
jamal

[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 <[EMAIL PROTECTED]>

---
commit 5229df1f9249e3b509ff426a74f4192b60ad6760
tree 4bb9548261165e1e0a907a6e3768e28b90794cc4
parent 03b09fc1e8f71a14c661af496941b6de963fddf1
author Jamal Hadi Salim <[EMAIL PROTECTED]> Thu, 07 Dec 2006 19:08:58 -0500
committer Jamal Hadi Salim <[EMAIL PROTECTED]> 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 {

Reply via email to