diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-28 02:29:14 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-28 02:29:14 +0000 |
commit | 1af12e1caf406b5a0d287d4d9650664ccd62e58a (patch) | |
tree | 312ee51f6f3678e38d3855698a08e2097aa96875 /sys/netinet | |
parent | 1f3dfe48c1ff05cda14a410016925ac9b84a5610 (diff) |
move experimental icmp6 type to 200; 141-142 are used for inverse neighbor
discovery. sync with kame
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/icmp6.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index 3d9d0378066..dcc64a6bbf6 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.h,v 1.18 2001/12/07 09:33:10 itojun Exp $ */ +/* $OpenBSD: icmp6.h,v 1.19 2001/12/28 02:29:13 itojun Exp $ */ /* $KAME: icmp6.h,v 1.39 2001/02/06 03:48:06 itojun Exp $ */ /* @@ -121,10 +121,10 @@ struct icmp6_hdr { #define ICMP6_NI_REPLY 140 /* node information reply */ /* The definitions below are experimental. TBA */ -#define MLD6_MTRACE_RESP 141 /* mtrace response(to sender) */ -#define MLD6_MTRACE 142 /* mtrace messages */ +#define MLD6_MTRACE_RESP 200 /* mtrace response(to sender) */ +#define MLD6_MTRACE 201 /* mtrace messages */ -#define ICMP6_MAXTYPE 142 +#define ICMP6_MAXTYPE 201 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ |