From 3b8b1bd03709d2fa2eab8ec81321717e3b58dcaf Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 May 2000 19:38:34 +0000 Subject: Better dumping. --- proto/ospf/rt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/ospf/rt.c') diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index af1015c..2ce93d1 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -34,6 +34,9 @@ ospf_rt_spfa(struct ospf_area *oa) struct fib_iterator fit; struct ospf_lsa_net *ln; + debug("%s: Starting routing table calculation for area %I\n",p->name, + oa->areaid); + flush=can_flush_lsa(oa); if((delta=now-oa->lage)>=AGINGDELTA) -- cgit v1.2.3