From a0e4c66404681c5613ef7f6e80f8b8c3022446d4 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 14 Sep 2021 20:12:33 +0200 Subject: RIP: convert the rte-local attributes to extended attributes --- proto/rip/rip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 8d347000..f8713c4a 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -197,6 +197,7 @@ struct rip_rte #define EA_RIP_METRIC EA_CODE(PROTOCOL_RIP, 0) #define EA_RIP_TAG EA_CODE(PROTOCOL_RIP, 1) +#define EA_RIP_FROM EA_CODE(PROTOCOL_RIP, 2) static inline int rip_is_v2(struct rip_proto *p) { return p->rip2; } -- cgit v1.2.3