From 5919c66e8fdd87ee7e5c5a1e0ce01893e0ce103d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 30 May 2000 21:25:32 +0000 Subject: Route attributes for OSPF. --- nest/route.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index 640cd49..bc8f351 100644 --- a/nest/route.h +++ b/nest/route.h @@ -287,7 +287,8 @@ typedef struct eattr { #define EAP_GENERIC 0 /* Generic attributes */ #define EAP_BGP 1 /* BGP attributes */ #define EAP_RIP 2 /* RIP */ -#define EAP_MAX 3 +#define EAP_OSPF 3 /* OSPF */ +#define EAP_MAX 4 #define EA_CODE(proto,id) (((proto) << 8) | (id)) #define EA_PROTO(ea) ((ea) >> 8) -- cgit v1.2.3