diff options
author | Martin Mares <mj@ucw.cz> | 1998-10-18 13:53:21 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-10-18 13:53:21 +0200 |
commit | 0432c0173bb4d234e8ba8e4afea0a8e708e119d8 (patch) | |
tree | 52a7c25de9102f8da2693f9daa9278b172086fb0 /nest/route.h | |
parent | 05e56feb57b8e313a2328dbe82e2c2a70ff5115a (diff) | |
download | bird-0432c0173bb4d234e8ba8e4afea0a8e708e119d8.tar bird-0432c0173bb4d234e8ba8e4afea0a8e708e119d8.zip |
Split protocol init to building of protocol list and real protocol init.
Added kernel route table syncer skeleton.
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 e50de07..78f9446 100644 --- a/nest/route.h +++ b/nest/route.h @@ -248,6 +248,7 @@ void rta_dump_all(void); #define DEF_PREF_BGP 100 /* BGP */ #define DEF_PREF_OSPF_EXTERNAL 80 /* OSPF external routes */ #define DEF_PREF_RIP_EXTERNAL 70 /* RIP external routes */ +#define DEF_PREF_UKR 50 /* Unidentified Kernel Route */ #define DEF_PREF_SINK 10 /* Sink route */ #endif |