diff options
author | Ondrej Filip <feela@network.cz> | 2000-02-25 19:19:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-02-25 19:19:41 +0000 |
commit | de30342f97490e3a3626c4a5fbf3352d1d0aa9c8 (patch) | |
tree | 619cba8dfcfb09e420655984ceaf7bb63bf77ad0 /proto/ospf/ospf.c | |
parent | b786df7035f43bb5eb4f7bca980e3bf684e527b7 (diff) |
Router LSA & area adding.
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 8eae39e3..670ca735 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -38,7 +38,7 @@ ospf_dump(struct proto *p) struct proto_ospf *po=(struct proto_ospf *)p; struct ospf_area *oa; - debug("%s: AreaID: %u\n", p->name, c->area ); + debug("%s: Area number: %d\n", p->name, po->areano); WALK_LIST(ifa, po->iface_list) { |