diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/route.h | 1 |
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; |