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

RIP now actually talks to itself.

This commit is contained in:
Pavel Machek
1998-10-20 16:12:43 +00:00
parent 8ca8683c70
commit feb6abe009
3 changed files with 65 additions and 20 deletions

View File

@@ -98,6 +98,7 @@ typedef struct rte {
#endif
#ifdef CONFIG_RIP
struct {
node garbage; /* List for garbage collection */
byte metric; /* RIP metric */
u16 tag; /* External route tag */
} rip;