Received: with ECARTIS (v1.0.0; list netdev); Thu, 18 Mar 2004 23:33:02 -0800 (PST) Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i2J7WxKO011041; Thu, 18 Mar 2004 23:32:59 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id i2J777A05714; Fri, 19 Mar 2004 02:07:07 -0500 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2J7Wuj09356; Fri, 19 Mar 2004 02:32:56 -0500 Received: from cheetah.davemloft.net (localhost.localdomain [127.0.0.1]) by devserv.devel.redhat.com (8.12.10/8.12.10) with SMTP id i2J7Wf1n013798; Fri, 19 Mar 2004 02:32:42 -0500 Date: Thu, 18 Mar 2004 23:32:55 -0800 From: "David S. Miller" To: Shirley Ma Cc: YOSHIFUJI.Hideaki/mashirle@us.ibm.com, netdev@oss.sgi.com, netdev-bounce@oss.sgi.com, yoshfuji@linux-ipv6.org Subject: Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink Message-Id: <20040318233255.4cacc92c.davem@redhat.com> In-Reply-To: References: <20040319.155536.20327066.yoshfuji@linux-ipv6.org> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; sparc-unknown-linux-gnu) X-Face: "_;p5u5aPsO,_Vsx"^v-pEq09'CU4&Dc1$fQExov$62l60cgCc%FnIwD=.UF^a>?5'9Kn[;433QFVV9M..2eN.@4ZWPGbdi<=?[:T>y?SD(R*-3It"Vj:)"dP Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-archive-position: 4125 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@redhat.com Precedence: bulk X-list: netdev Content-Length: 345 Lines: 10 On Thu, 18 Mar 2004 23:16:52 -0800 Shirley Ma wrote: > I am going to modify the patch, > removing RTM_NEWMULTICAST replaced by RTM_GETMULTICAST, > removing RTM_NEWANYCAST replaced by RTM_GETANYCAST. Please remember to number the RTM_* values correctly, the low order bits tell if the operation does a read or write operation.