summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-18 14:42:51 +0100
committerMartin Mares <mj@ucw.cz>1999-11-18 14:42:51 +0100
commitda40b6f753f4dd48dbcaebbe6174decb28705ab8 (patch)
tree29115f9439043fad93ccc056e5085f048a59a7c2
parent346a12c2109b99d907e7ebeb3560992e92a6c26b (diff)
downloadbird-da40b6f753f4dd48dbcaebbe6174decb28705ab8.tar
bird-da40b6f753f4dd48dbcaebbe6174decb28705ab8.zip
DEF_PREF_UKR and DEF_PREF_SINK removed.
-rw-r--r--nest/route.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/route.h b/nest/route.h
index 0451e25..799e0a2 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -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