From: Martin Mares Date: Thu, 18 Nov 1999 13:42:51 +0000 (+0000) Subject: DEF_PREF_UKR and DEF_PREF_SINK removed. X-Git-Tag: v1.2.0~1443 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da40b6f753f4dd48dbcaebbe6174decb28705ab8;p=thirdparty%2Fbird.git DEF_PREF_UKR and DEF_PREF_SINK removed. --- diff --git a/nest/route.h b/nest/route.h index 0451e2545..799e0a219 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