summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-03-14 14:28:38 +0000
committermpi <mpi@openbsd.org>2013-03-14 14:28:38 +0000
commit61b0afc037e7de6b28a50d2e2ee9f07f6144b82a (patch)
tree19a5bfa92e59632430b182bbf9aba403c44efcab /sys/netinet6/in6.h
parentFix indentation (diff)
downloadwireguard-openbsd-61b0afc037e7de6b28a50d2e2ee9f07f6144b82a.tar.xz
wireguard-openbsd-61b0afc037e7de6b28a50d2e2ee9f07f6144b82a.zip
My lack of faith... These lines should stay, reported by ajacoutot@.
ok sthen@
Diffstat (limited to 'sys/netinet6/in6.h')
-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, \