From 5f0cb61d82315035a3a7f10eef510884da9f94c6 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 11 Feb 2020 21:24:15 +0100 Subject: OSPF: Convert the rte-local attributes to extended attributes --- nest/route.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nest') diff --git a/nest/route.h b/nest/route.h index 32200da9..1ed40d68 100644 --- a/nest/route.h +++ b/nest/route.h @@ -244,13 +244,6 @@ typedef struct rte { byte pflags; /* Protocol-specific flags */ btime lastmod; /* Last modified */ union { /* Protocol-dependent data (metrics etc.) */ -#ifdef CONFIG_OSPF - struct { - u32 metric1, metric2; /* OSPF Type 1 and Type 2 metrics */ - u32 tag; /* External route tag */ - u32 router_id; /* Router that originated this route */ - } ospf; -#endif #ifdef CONFIG_BGP struct { u8 suppressed; /* Used for deterministic MED comparison */ -- cgit v1.2.3