From: J Hadi Salim Date: Fri, 8 Dec 2006 08:12:15 +0000 (-0800) Subject: [XFRM]: Fix XFRMGRP_REPORT to use correct multicast group. X-Git-Tag: v2.6.20-rc1~34^2~28^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93366c537b3426261cac4db27acc10a99cd91b06;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed