Received: with ECARTIS (v1.0.0; list netdev); Thu, 18 Mar 2004 22:54:00 -0800 (PST) Received: from yue.hongo.wide.ad.jp (yue.hongo.wide.ad.jp [203.178.135.30]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i2J6rwKO009497 for ; Thu, 18 Mar 2004 22:53:58 -0800 Received: from localhost (localhost [127.0.0.1]) by yue.hongo.wide.ad.jp (Postfix) with ESMTP id 9AA5933CE7; Fri, 19 Mar 2004 15:55:36 +0900 (JST) Date: Fri, 19 Mar 2004 15:55:36 +0900 (JST) Message-Id: <20040319.155536.20327066.yoshfuji@linux-ipv6.org> To: mashirle@us.ibm.com Cc: davem@redhat.com, netdev@oss.sgi.com, xma@us.ibm.com, yoshfuji@linux-ipv6.org Subject: Re: [PATCH]dump interface IPv6 multicast/anycast addresses through netlink From: YOSHIFUJI Hideaki / =?iso-2022-jp?B?GyRCNUhGIzFRTEAbKEI=?= In-Reply-To: <200403171130.30282.mashirle@us.ibm.com> References: <200403171130.30282.mashirle@us.ibm.com> Organization: USAGI Project X-URL: http://www.yoshifuji.org/%7Ehideaki/ X-Fingerprint: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA X-PGP-Key-URL: http://www.yoshifuji.org/%7Ehideaki/hideaki@yoshifuji.org.asc X-Face: "5$Al-.M>NJ%a'@hhZdQm:."qn~PA^gq4o*>iCFToq*bAi#4FRtx}enhuQKz7fNqQz\BYU] $~O_5m-9'}MIs`XGwIEscw;e5b>n"B_?j/AkL~i/MEaZBLP X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.1 (AOI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-archive-position: 4123 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: yoshfuji@linux-ipv6.org Precedence: bulk X-list: netdev Content-Length: 373 Lines: 15 In article <200403171130.30282.mashirle@us.ibm.com> (at Wed, 17 Mar 2004 11:30:30 -0800), Shirley Ma says: > @@ -339,6 +345,7 @@ > IFA_LOCAL, > IFA_LABEL, > IFA_BROADCAST, > + IFA_MULTICAST, > IFA_ANYCAST, > IFA_CACHEINFO > }; Please, please do not change IFA_XXX values. You should put "IFA_MULTICAST" next to IFA_CACHEINFO. --yoshfuji