diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-08 19:30:35 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-08 19:30:35 +0100 |
commit | 618533af91051b7b26ac19816e89cd81352b0f13 (patch) | |
tree | d7872747c1f5ea27a3a5fb53fb1d23e1bbccbe8d /nest/route.h | |
parent | f39e4713c270752d7bbfcc8115a7ea7f589c3997 (diff) | |
download | bird-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.h | 1 |
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 */ |