summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2014-07-11 12:20:27 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2014-07-11 12:20:27 +0000
commitfdfbd2bd6a3dda0fa55c891b8a19aa1c0a61f6bf (patch)
tree29d5ca91c77b909eb1890ee2d68f1d887d1f4a12 /sys/netinet
parentbf060e1a4e91f23e5e8e397236027df12406c154 (diff)
Remove rfc 4620 Node Information Query support (from the kernel).
ok henning@ stu@, Yay! weerd@
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/icmp6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h
index c1af65e9bf6..68c82666ad9 100644
--- a/sys/netinet/icmp6.h
+++ b/sys/netinet/icmp6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: icmp6.h,v 1.39 2014/05/07 08:14:59 mpi Exp $ */
+/* $OpenBSD: icmp6.h,v 1.40 2014/07/11 12:20:26 benno Exp $ */
/* $KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $ */
/*
@@ -553,7 +553,7 @@ struct icmp6stat {
{ "nd6_mmaxtries", CTLTYPE_INT }, \
{ 0, 0 }, \
{ 0, 0 }, \
- { "nodeinfo", CTLTYPE_INT }, \
+ { 0, 0 }, \
{ "errppslimit", CTLTYPE_INT }, \
{ "nd6_maxnudhint", CTLTYPE_INT }, \
{ "mtudisc_hiwat", CTLTYPE_INT }, \
@@ -577,7 +577,7 @@ struct icmp6stat {
&nd6_mmaxtries, \
NULL, \
NULL, \
- &icmp6_nodeinfo, \
+ NULL, \
&icmp6errppslim, \
&nd6_maxnudhint, \
&icmp6_mtudisc_hiwat, \