summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1998-10-20 18:12:43 +0200
committerPavel Machek <pavel@ucw.cz>1998-10-20 18:12:43 +0200
commitfeb6abe009aa13b3cd0ce22e6333163fb7561c16 (patch)
tree04743589146e29e6d9047e363a4170a593ed59f0 /nest
parent8ca8683c705c76dc155521204ef098e6fe547696 (diff)
downloadbird-feb6abe009aa13b3cd0ce22e6333163fb7561c16.tar
bird-feb6abe009aa13b3cd0ce22e6333163fb7561c16.zip
RIP now actually talks to itself.
Diffstat (limited to 'nest')
-rw-r--r--nest/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index d3a1304..3329303 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -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;