]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added extended attributes for rip.
authorPavel Machek <pavel@ucw.cz>
Mon, 31 May 1999 19:15:32 +0000 (19:15 +0000)
committerPavel Machek <pavel@ucw.cz>
Mon, 31 May 1999 19:15:32 +0000 (19:15 +0000)
nest/route.h

index 5e6b87394cb95b5ad89fe79503ec7fa923b8268e..1ce00f195d5c114f36ffff3d4b9f478c5784fba7 100644 (file)
@@ -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)