diff options
Diffstat (limited to 'nest/route.h')
-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 523d390..fac5b38 100644 --- a/nest/route.h +++ b/nest/route.h @@ -155,6 +155,7 @@ typedef struct rte { byte metric; /* RIP metric */ u16 tag; /* External route tag */ bird_clock_t lastmodX; /* Strange kind of last modification time */ + struct rip_entry *entry; } rip; #endif #ifdef CONFIG_OSPF |