diff options
author | Maria Matejka <mq@ucw.cz> | 2021-09-14 20:12:33 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | a0e4c66404681c5613ef7f6e80f8b8c3022446d4 (patch) | |
tree | b32d1511bdf884480a031e66dcfbfaaad9479c53 /nest/route.h | |
parent | 6e13df70fdaeb0f08ae5171f62240402501783ea (diff) |
RIP: convert the rte-local attributes to extended attributes
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nest/route.h b/nest/route.h index 67df1ce0..32200da9 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_RIP - struct { - struct iface *from; /* Incoming iface */ - u8 metric; /* RIP metric */ - u16 tag; /* External route tag */ - } rip; -#endif #ifdef CONFIG_OSPF struct { u32 metric1, metric2; /* OSPF Type 1 and Type 2 metrics */ |