diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 19:38:34 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 19:38:34 +0000 |
commit | 3b8b1bd03709d2fa2eab8ec81321717e3b58dcaf (patch) | |
tree | ad73cdea8b4c94f561c3ab8f3a00fbbc5631adcd /proto/ospf/rt.c | |
parent | a3ae6246c29ecceefc1e867c7b5f73a5b3c857c9 (diff) |
Better dumping.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r-- | proto/ospf/rt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index af1015c2..2ce93d1d 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) |