summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-12-08 19:30:35 +0100
committerMartin Mares <mj@ucw.cz>1998-12-08 19:30:35 +0100
commit618533af91051b7b26ac19816e89cd81352b0f13 (patch)
treed7872747c1f5ea27a3a5fb53fb1d23e1bbccbe8d /nest/route.h
parentf39e4713c270752d7bbfcc8115a7ea7f589c3997 (diff)
downloadbird-618533af91051b7b26ac19816e89cd81352b0f13.tar
bird-618533af91051b7b26ac19816e89cd81352b0f13.zip
Added source RTS_DUMMY for temporary routes. They should never appear
in the main table.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index a5cc2f7..d21a32c 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -155,6 +155,7 @@ typedef struct rtattr {
} u;
} rta;
+#define RTS_DUMMY 0 /* Dummy route to be removed soon */
#define RTS_STATIC 1 /* Normal static route */
#define RTS_INHERIT 2 /* Route inherited from kernel */
#define RTS_DEVICE 3 /* Device route */