summaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/icmp6.h')
-rw-r--r--sys/netinet6/icmp6.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/netinet6/icmp6.h b/sys/netinet6/icmp6.h
index 03a1bc9b484..45532bb0c57 100644
--- a/sys/netinet6/icmp6.h
+++ b/sys/netinet6/icmp6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: icmp6.h,v 1.2 1999/12/10 10:04:27 angelos Exp $ */
+/* $OpenBSD: icmp6.h,v 1.3 2000/01/02 04:52:26 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -526,7 +526,8 @@ struct icmp6stat {
#define ICMPV6CTL_ND6_MMAXTRIES 10
#define ICMPV6CTL_ND6_USELOOPBACK 11
#define ICMPV6CTL_ND6_PROXYALL 12
-#define ICMPV6CTL_MAXID 13
+#define ICMPV6CTL_NODEINFO 13
+#define ICMPV6CTL_MAXID 14
#define ICMPV6CTL_NAMES { \
{ 0, 0 }, \
@@ -542,6 +543,7 @@ struct icmp6stat {
{ "nd6_mmaxtries", CTLTYPE_INT }, \
{ "nd6_useloopback", CTLTYPE_INT }, \
{ "nd6_proxyall", CTLTYPE_INT }, \
+ { "nodeinfo", CTLTYPE_INT }, \
}
#define ICMPV6CTL_VARS { \
@@ -559,6 +561,7 @@ struct icmp6stat {
&nd6_mmaxtries, \
&nd6_useloopback, \
&nd6_proxyall, \
+ &icmp6_nodeinfo, \
}
#define RTF_PROBEMTU RTF_PROTO1