diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-05-31 21:15:32 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-05-31 21:15:32 +0200 |
commit | 9c9e49ac392dfdbff97be579842028a4eb1d0dec (patch) | |
tree | edd06e122085d45669b0f399e250f2cdb58e2dd9 | |
parent | c72b09c8508d71b9a0a998c2dabe475d54b4d014 (diff) | |
download | bird-9c9e49ac392dfdbff97be579842028a4eb1d0dec.tar bird-9c9e49ac392dfdbff97be579842028a4eb1d0dec.zip |
Added extended attributes for rip.
-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) |