summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2018-11-19 10:15:04 +0000
committerclaudio <claudio@openbsd.org>2018-11-19 10:15:04 +0000
commitd29df5159ba367673358d2e4414e11e9b23b6237 (patch)
treea431c1dad697a9e081f73986df0d9a5bf10a16d8 /sys/netinet6
parentregen (diff)
downloadwireguard-openbsd-d29df5159ba367673358d2e4414e11e9b23b6237.tar.xz
wireguard-openbsd-d29df5159ba367673358d2e4414e11e9b23b6237.zip
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
It was used by the original patricia tree. OK mpi@
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6_proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c
index 3be98fd1b9a..3667fe75079 100644
--- a/sys/netinet6/in6_proto.c
+++ b/sys/netinet6/in6_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_proto.c,v 1.102 2018/02/10 08:12:01 dlg Exp $ */
+/* $OpenBSD: in6_proto.c,v 1.103 2018/11/19 10:15:04 claudio Exp $ */
/* $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $ */
/*
@@ -366,7 +366,6 @@ struct domain inet6domain = {
.dom_name = "internet6",
.dom_protosw = inet6sw,
.dom_protoswNPROTOSW = &inet6sw[nitems(inet6sw)],
- .dom_rtkeylen = sizeof(struct sockaddr_in6),
.dom_rtoffset = offsetof(struct sockaddr_in6, sin6_addr),
.dom_maxplen = 128,
.dom_ifattach = in6_domifattach,