summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2016-11-14 08:56:13 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2016-11-14 08:56:13 +0000
commit2f265894e0c062106d59a8e7c30c757f7ef74049 (patch)
tree7dac36729a5cc166fafb8c1404c9b8b9a6fe460a /sys
parent94b944e6914ba45752da4874c9356e65d0a0332d (diff)
rnh_multipath can go, multipath support is dead.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/radix.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/radix.h b/sys/net/radix.h
index 39196ce7439..7d34c32a509 100644
--- a/sys/net/radix.h
+++ b/sys/net/radix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.h,v 1.28 2015/11/04 09:50:21 mpi Exp $ */
+/* $OpenBSD: radix.h,v 1.29 2016/11/14 08:56:12 mpi Exp $ */
/* $NetBSD: radix.h,v 1.8 1996/02/13 22:00:37 christos Exp $ */
/*
@@ -93,7 +93,6 @@ struct radix_node_head {
int rnh_addrsize; /* permit, but not require fixed keys */
int rnh_pktsize; /* permit, but not require fixed keys */
struct radix_node rnh_nodes[3];/* empty tree for common case */
- int rnh_multipath; /* multipath? */
u_int rnh_rtableid;
};