diff options
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 9c432b4..860714e 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -50,6 +50,7 @@ ospf_dump(struct proto *p) debug("%s: LSA graph dump for area \"%I\" finished\n\n", p->name, oa->areaid); } + neigh_dump_all(); } |