summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2019-12-16 02:40:28 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2019-12-16 02:42:24 +0100
commitc132acae362b6106c2eecbef2d8c163acde84035 (patch)
treed7c4a256ba8a219ccc81d3d240fd0d676d624e19 /nest
parentd3aa4f2aeddf7f546b3c0c9bd5fc7958ecb3814a (diff)
downloadbird-c132acae362b6106c2eecbef2d8c163acde84035.tar.gz
KRT: Remove KRF_INSTALLED flag
The same information is stored in export_map of kernel protocol.
Diffstat (limited to 'nest')
-rw-r--r--nest/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index 434b9b34..bbe42e11 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -453,7 +453,6 @@ typedef struct rta {
#define RTD_MAX 5
/* Flags for net->n.flags, used by kernel syncer */
-#define KRF_INSTALLED 0x80 /* This route should be installed in the kernel */
#define KRF_SYNC_ERROR 0x40 /* Error during kernel table synchronization */
#define RTAF_CACHED 1 /* This is a cached rta */