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

Fix timeouts. Triggered updates are not done, yet.

This commit is contained in:
Pavel Machek
1999-11-25 12:01:45 +00:00
parent 455ca441d9
commit 774f149959
2 changed files with 11 additions and 4 deletions

View File

@@ -139,6 +139,7 @@ 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 */
} rip;
#endif
#ifdef CONFIG_OSPF