summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-03-14 14:28:39 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-03-14 14:28:39 +0000
commit512f58f2add17f2e83ba20976b56dcde0769b7d6 (patch)
treef2a5090b73b23907221dc031d7efb93dd9e92d21 /sys/netinet6
parentf4812328616507f6f55bb198bf2e3aa45abba741 (diff)
My lack of faith... These lines should stay, reported by ajacoutot@.
ok sthen@
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 5df821d814e..52d8ca97042 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.62 2013/03/14 11:18:37 mpi Exp $ */
+/* $OpenBSD: in6.h,v 1.63 2013/03/14 14:28:38 mpi Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -659,6 +659,7 @@ struct ip6_mtuinfo {
{ "sourcecheck", CTLTYPE_INT }, \
{ "sourcecheck_logint", CTLTYPE_INT }, \
{ "accept_rtadv", CTLTYPE_INT }, \
+ { 0, 0 }, \
{ "log_interval", CTLTYPE_INT }, \
{ "hdrnestlimit", CTLTYPE_INT }, \
{ "dad_count", CTLTYPE_INT }, \
@@ -711,6 +712,7 @@ struct ip6_mtuinfo {
NULL, \
NULL, \
&ip6_accept_rtadv, \
+ NULL, \
&ip6_log_interval, \
&ip6_hdrnestlimit, \
&ip6_dad_count, \