summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-05-31 21:15:32 +0200
committerPavel Machek <pavel@ucw.cz>1999-05-31 21:15:32 +0200
commit9c9e49ac392dfdbff97be579842028a4eb1d0dec (patch)
treeedd06e122085d45669b0f399e250f2cdb58e2dd9 /nest/route.h
parentc72b09c8508d71b9a0a998c2dabe475d54b4d014 (diff)
downloadbird-9c9e49ac392dfdbff97be579842028a4eb1d0dec.tar
bird-9c9e49ac392dfdbff97be579842028a4eb1d0dec.zip
Added extended attributes for rip.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
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)