netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MLDV2: Use IANA icmpv6 type for MLDv2 Report
@ 2004-04-14 22:33 YOSHIFUJI Hideaki / 吉藤英明
  2004-04-16 21:52 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2004-04-14 22:33 UTC (permalink / raw)
  To: davem; +Cc: netdev, yoshfuji

Hello.

IANA has finally assigned an ICMPv6 type for MLDv2 Report.
(See: <http://www.iana.org/assignments/icmpv6-parameters>)

Patch also applies to 2.4.

Thanks.

===== include/linux/icmpv6.h 1.3 vs edited =====
--- 1.3/include/linux/icmpv6.h	Wed Apr 16 17:45:42 2003
+++ edited/include/linux/icmpv6.h	Thu Apr 15 07:30:09 2004
@@ -95,8 +95,7 @@
 #define MLD2_ALLOW_NEW_SOURCES	5
 #define MLD2_BLOCK_OLD_SOURCES	6
 
-/* this must be an IANA-assigned value; 206 for testing only */
-#define ICMPV6_MLD2_REPORT		206
+#define ICMPV6_MLD2_REPORT		143
 #define MLD2_ALL_MCR_INIT { { { 0xff,0x02,0,0,0,0,0,0,0,0,0,0,0,0,0,0x16 } } }
 
 /*



-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

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

* Re: [PATCH] MLDV2: Use IANA icmpv6 type for MLDv2 Report
  2004-04-14 22:33 [PATCH] MLDV2: Use IANA icmpv6 type for MLDv2 Report YOSHIFUJI Hideaki / 吉藤英明
@ 2004-04-16 21:52 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-04-16 21:52 UTC (permalink / raw)
  To: yoshfuji; +Cc: netdev

On Thu, 15 Apr 2004 07:33:24 +0900 (JST)
YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[(B <yoshfuji@linux-ipv6.org> wrote:

> IANA has finally assigned an ICMPv6 type for MLDv2 Report.
> (See: <http://www.iana.org/assignments/icmpv6-parameters>)
> 
> Patch also applies to 2.4.

Applied, thanks.

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

end of thread, other threads:[~2004-04-16 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-14 22:33 [PATCH] MLDV2: Use IANA icmpv6 type for MLDv2 Report YOSHIFUJI Hideaki / 吉藤英明
2004-04-16 21:52 ` David S. 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).