diff --git a/nest/rt-table.c b/nest/rt-table.c index 386738c9..b35297bb 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -254,6 +254,9 @@ rt_dump(rtable *t) while (t) { debug("Routes for TOS %02x:\n", t->tos); +#ifdef DEBUGGING + fib_check(&t->fib); +#endif FIB_WALK(&t->fib, fn) { n = (net *) fn;