diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 12:40:00 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 12:40:00 +0200 |
commit | 916c8c0abacfd5ba93353fec9dba84a81845c95e (patch) | |
tree | 8d0abb12434e6e0b9ea3304f799504a298e17003 /nest/route.h | |
parent | 1151401e2b8b4434bbd1419ff33a48f2848d600d (diff) | |
download | bird-916c8c0abacfd5ba93353fec9dba84a81845c95e.tar bird-916c8c0abacfd5ba93353fec9dba84a81845c95e.zip |
Use preferences properly.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/route.h b/nest/route.h index c36cde6..66a32ed 100644 --- a/nest/route.h +++ b/nest/route.h @@ -351,10 +351,10 @@ extern struct protocol *attr_class_to_protocol[EAP_MAX]; #define DEF_PREF_DIRECT 240 /* Directly connected */ #define DEF_PREF_STATIC 200 /* Static route */ -#define DEF_PREF_OSPF_INTERNAL 150 /* OSPF intra-area, inter-area and type 1 external routes */ +#define DEF_PREF_OSPF 150 /* OSPF intra-area, inter-area and type 1 external routes */ #define DEF_PREF_RIP 120 /* RIP */ #define DEF_PREF_BGP 100 /* BGP */ -#define DEF_PREF_OSPF_EXTERNAL 80 /* OSPF external routes */ #define DEF_PREF_PIPE 70 /* Routes piped from other tables */ +#define DEF_PREF_INHERITED 10 /* Routes inherited from other routing daemons */ #endif |