Module Name:    src
Committed By:   spz
Date:           Sun May  8 18:42:54 UTC 2011

Modified Files:
        src/sys/netinet: icmp6.h

Log Message:
update (unused) ND option identifiers and corresponding comments


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/netinet/icmp6.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/icmp6.h
diff -u src/sys/netinet/icmp6.h:1.40 src/sys/netinet/icmp6.h:1.41
--- src/sys/netinet/icmp6.h:1.40	Sat Oct 31 22:32:17 2009
+++ src/sys/netinet/icmp6.h	Sun May  8 18:42:53 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: icmp6.h,v 1.40 2009/10/31 22:32:17 christos Exp $	*/
+/*	$NetBSD: icmp6.h,v 1.41 2011/05/08 18:42:53 spz Exp $	*/
 /*	$KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $	*/
 
 
@@ -229,7 +229,7 @@
 #define ND_RA_FLAG_HOME_AGENT	0x20
 
 /*
- * Router preference values based on RFC4199.
+ * Router preference values based on RFC4191.
  */
 #define ND_RA_FLAG_RTPREF_MASK	0x18 /* 00011000 */
 
@@ -300,11 +300,11 @@
 #define ND_OPT_HOMEAGENT_INFO		8
 #define ND_OPT_SOURCE_ADDRLIST		9
 #define ND_OPT_TARGET_ADDRLIST		10
+/* RFC5380 */
+#define ND_OPT_MAP			23
+/* RFC4191 */
+#define ND_OPT_ROUTE_INFO		24
 #define ND_OPT_RDNSS			25
-/* draft-ietf-ipngwg-router-preference, not officially assigned yet */
-#define ND_OPT_ROUTE_INFO		200
-/* draft-ietf-mobileip-hmipv6, not officially assigned yet */
-#define ND_OPT_MAP			201
 
 struct nd_opt_route_info {	/* route info */
 	u_int8_t	nd_opt_rti_type;

Reply via email to