diff options
-rw-r--r-- | nest/rt-table.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index 386738c..b35297b 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; |