summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorMaria Matejka <mq@jmq.cz>2020-02-11 21:24:15 +0100
committerMaria Matejka <mq@ucw.cz>2021-10-13 19:09:04 +0200
commit5f0cb61d82315035a3a7f10eef510884da9f94c6 (patch)
treeba719dd8b204964767c0667fb8312d91e66b427c /nest
parenta0e4c66404681c5613ef7f6e80f8b8c3022446d4 (diff)
OSPF: Convert the rte-local attributes to extended attributes
Diffstat (limited to 'nest')
-rw-r--r--nest/route.h7
1 files changed, 0 insertions, 7 deletions
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 */