From ba5e5940aa1f11128c76a3964823bda22e47ab04 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 2 Aug 2010 13:11:53 +0200 Subject: Adds igp_metric attribute. --- nest/route.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index d062e60..a849bf0 100644 --- a/nest/route.h +++ b/nest/route.h @@ -340,6 +340,8 @@ typedef struct eattr { #define EA_PROTO(ea) ((ea) >> 8) #define EA_ID(ea) ((ea) & 0xff) +#define EA_GEN_IGP_METRIC EA_CODE(EAP_GENERIC, 0) + #define EA_CODE_MASK 0xffff #define EA_ALLOW_UNDEF 0x10000 /* ea_find: allow EAF_TYPE_UNDEF */ -- cgit v1.2.3