summaryrefslogtreecommitdiffstats
path: root/sys/netmpls
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/netmpls
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/netmpls')
-rw-r--r--sys/netmpls/mpls_proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netmpls/mpls_proto.c b/sys/netmpls/mpls_proto.c
index 80f0ea8bdb1..e191c4cabc4 100644
--- a/sys/netmpls/mpls_proto.c
+++ b/sys/netmpls/mpls_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_proto.c,v 1.16 2017/03/02 08:58:24 mpi Exp $ */
+/* $OpenBSD: mpls_proto.c,v 1.17 2018/11/19 10:15:04 claudio Exp $ */
/*
* Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project.
@@ -48,7 +48,6 @@
struct domain mplsdomain = {
.dom_family = AF_MPLS,
.dom_name = "mpls",
- .dom_rtkeylen = sizeof(struct sockaddr_mpls),
.dom_rtoffset = offsetof(struct sockaddr_mpls, smpls_label),
.dom_maxplen = 32
};