]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
DEF_PREF_UKR and DEF_PREF_SINK removed.
authorMartin Mares <mj@ucw.cz>
Thu, 18 Nov 1999 13:42:51 +0000 (13:42 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 18 Nov 1999 13:42:51 +0000 (13:42 +0000)
nest/route.h

index 0451e25458e5807a32ae5ede23c383e1282eb3a4..799e0a219821e79ceb14e8bb806ba82b619320c9 100644 (file)
@@ -319,7 +319,5 @@ static inline eattr * rta_find(rta *a, unsigned ea) { return ea_find(a->eattrs,
 #define DEF_PREF_OSPF_EXTERNAL 80      /* OSPF external routes */
 #define DEF_PREF_RIP_EXTERNAL  70      /* RIP external routes */
 #define DEF_PREF_PIPE          60      /* Routes piped from other tables */
-#define DEF_PREF_UKR           50      /* Unidentified Kernel Route */
-#define DEF_PREF_SINK          10      /* Sink route */
 
 #endif