diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 04:27:08 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 04:27:08 +0200 |
commit | 992705f65a9feb04ed0e918d06ad283928aca13a (patch) | |
tree | 12e5895bd937eb7b4bfc390e6e128bdc6a7f844e /proto/ospf/ospf.c | |
parent | d3995c498d92d7ce54fb2fcb6904e4e41f7588dc (diff) | |
download | bird-992705f65a9feb04ed0e918d06ad283928aca13a.tar bird-992705f65a9feb04ed0e918d06ad283928aca13a.zip |
Tracing in topology
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 37f58f1..1912305 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -81,7 +81,7 @@ ospf_dump(struct proto *p) WALK_LIST(NODE oa,po->area_list) { OSPF_TRACE(D_EVENTS, "LSA graph dump for area \"%I\" start:", oa->areaid); - ospf_top_dump(oa->gr); + ospf_top_dump(oa->gr,p); OSPF_TRACE(D_EVENTS, "LSA graph dump for area \"%I\" finished", oa->areaid); } neigh_dump_all(); |