summaryrefslogtreecommitdiff
path: root/sys/net/radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/radix.h')
-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 9c93be7f496..2802a583f50 100644
--- a/sys/net/radix.h
+++ b/sys/net/radix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.h,v 1.9 2003/06/02 23:28:12 millert Exp $ */
+/* $OpenBSD: radix.h,v 1.10 2003/08/27 00:33:34 henric Exp $ */
/* $NetBSD: radix.h,v 1.8 1996/02/13 22:00:37 christos Exp $ */
/*
@@ -48,7 +48,6 @@ struct radix_node {
#define RNF_NORMAL 1 /* leaf contains normal route */
#define RNF_ROOT 2 /* leaf is root leaf for tree */
#define RNF_ACTIVE 4 /* This node is alive (for rtfree) */
-#define RNF_IGNORE 8 /* Ignore this entry (for if down) */
union {
struct { /* leaf only data: */
caddr_t rn_Key; /* object of search */