summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-11 12:33:18 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-11 12:33:18 +0200
commitec21aecfddde3be2b061850a050108265dfbf194 (patch)
tree9534b056e656cc9ea24726ede0675f4f036d929f /nest/route.h
parent10f5c47d2e3d9fdeb2dd4ade1d09a1e06b53a7f6 (diff)
downloadbird-ec21aecfddde3be2b061850a050108265dfbf194.tar
bird-ec21aecfddde3be2b061850a050108265dfbf194.zip
Fixed nasty segfault in rip.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
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