diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |