summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-03-14 11:18:37 +0000
committermpi <mpi@openbsd.org>2013-03-14 11:18:37 +0000
commitf6b583ae338616fac004b1cfc55ec127c55729da (patch)
tree839fd2c42ef313410024bcf4e2246df39915b3d4 /sys/netinet6/in6.h
parenttedu faithd(8), suggested by todd@ some weeks ago after a submission by (diff)
downloadwireguard-openbsd-f6b583ae338616fac004b1cfc55ec127c55729da.tar.xz
wireguard-openbsd-f6b583ae338616fac004b1cfc55ec127c55729da.zip
tedu faith(4), suggested by todd@ some weeks ago after a submission by
dhill. ok krw@, mikeb@, tedu@ (implicit)
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 778e8784ce6..5df821d814e 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.61 2012/11/06 12:32:42 henning Exp $ */
+/* $OpenBSD: in6.h,v 1.62 2013/03/14 11:18:37 mpi Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -617,7 +617,6 @@ struct ip6_mtuinfo {
#define IPV6CTL_SOURCECHECK 10 /* verify source route and intf */
#define IPV6CTL_SOURCECHECK_LOGINT 11 /* minimume logging interval */
#define IPV6CTL_ACCEPT_RTADV 12
-#define IPV6CTL_KEEPFAITH 13
#define IPV6CTL_LOG_INTERVAL 14
#define IPV6CTL_HDRNESTLIMIT 15
#define IPV6CTL_DAD_COUNT 16
@@ -660,7 +659,6 @@ struct ip6_mtuinfo {
{ "sourcecheck", CTLTYPE_INT }, \
{ "sourcecheck_logint", CTLTYPE_INT }, \
{ "accept_rtadv", CTLTYPE_INT }, \
- { "keepfaith", CTLTYPE_INT }, \
{ "log_interval", CTLTYPE_INT }, \
{ "hdrnestlimit", CTLTYPE_INT }, \
{ "dad_count", CTLTYPE_INT }, \
@@ -713,7 +711,6 @@ struct ip6_mtuinfo {
NULL, \
NULL, \
&ip6_accept_rtadv, \
- &ip6_keepfaith, \
&ip6_log_interval, \
&ip6_hdrnestlimit, \
&ip6_dad_count, \