1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

RIP bugfix

This commit is contained in:
Pavel Machek
2000-06-21 19:40:46 +00:00
parent 2836ce3951
commit ad3907559c
2 changed files with 3 additions and 9 deletions

View File

@@ -157,7 +157,6 @@ typedef struct rte {
node garbage; /* List for garbage collection */
byte metric; /* RIP metric */
u16 tag; /* External route tag */
bird_clock_t lastmodX; /* Strange kind of last modification time */
struct rip_entry *entry;
} rip;
#endif