From feb6abe009aa13b3cd0ce22e6333163fb7561c16 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 20 Oct 1998 16:12:43 +0000 Subject: RIP now actually talks to itself. --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest') 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; -- cgit v1.2.3