diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-04-16 00:51:15 -0700 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-04-16 00:51:15 -0700 |
| commit | c1b816ec4dbcc2d03ec6167f5f487c2a4690b727 (patch) | |
| tree | ef383ec8f9d376bc0918d515929a9b665e283af0 | |
| parent | ec7d884beb3dd5bc7a7e7fee282f5f0b7daf579e (diff) | |
[IPV6]: Use IANA icmpv6 type for MLDv2 report.
| -rw-r--r-- | include/linux/icmpv6.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h index 604cef611b6c..6b2bf70d2417 100644 --- a/include/linux/icmpv6.h +++ b/include/linux/icmpv6.h @@ -95,8 +95,7 @@ struct icmp6hdr { #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 } } } /* |
