From 916c8c0abacfd5ba93353fec9dba84a81845c95e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 10:40:00 +0000 Subject: Use preferences properly. --- nest/route.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/route.h') 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 -- cgit v1.2.3