From 9c9e49ac392dfdbff97be579842028a4eb1d0dec Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 31 May 1999 19:15:32 +0000 Subject: Added extended attributes for rip. --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest') diff --git a/nest/route.h b/nest/route.h index 5e6b873..1ce00f1 100644 --- a/nest/route.h +++ b/nest/route.h @@ -256,6 +256,7 @@ typedef struct eattr { /* FIXME: Introduce real protocol numbers? */ #define EAP_GENERIC 0 /* Generic attributes */ #define EAP_BGP 1 /* BGP attributes */ +#define EAP_RIP 2 /* RIP */ #define EA_CODE(proto,id) (((proto) << 8) | (id)) #define EA_PROTO(ea) ((ea) >> 8) -- cgit v1.2.3