summaryrefslogtreecommitdiffstats
path: root/sys/net/route.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2016-01-13 14:32:48 +0000
committermelifaro <melifaro@FreeBSD.org>2016-01-13 14:32:48 +0000
commit7fd2ccf67ef48340e0f68ca1f47798b23cef6afd (patch)
tree07e58abceaa62a147f2cc75b915280582f724cc2 /sys/net/route.h
parenta2e2af2dec20c5a27e1362d2e7877e22fd50d600 (diff)
downloadFreeBSD-src-7fd2ccf67ef48340e0f68ca1f47798b23cef6afd.zip
FreeBSD-src-7fd2ccf67ef48340e0f68ca1f47798b23cef6afd.tar.gz
Remove RTF_RNH_LOCKED support from rtalloc1_fib().
Last caller using it was eliminated in r293471. Sponsored by: Yandex LLC
Diffstat (limited to 'sys/net/route.h')
-rw-r--r--sys/net/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/route.h b/sys/net/route.h
index f30a72f..9ce2865 100644
--- a/sys/net/route.h
+++ b/sys/net/route.h
@@ -175,7 +175,7 @@ struct rtentry {
/* 0x8000000 and up unassigned */
#define RTF_STICKY 0x10000000 /* always route dst->src */
-#define RTF_RNH_LOCKED 0x40000000 /* radix node head is locked */
+#define RTF_RNH_LOCKED 0x40000000 /* unused */
#define RTF_GWFLAG_COMPAT 0x80000000 /* a compatibility bit for interacting
with existing routing apps */
OpenPOWER on IntegriCloud