diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 13:56:47 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 13:56:47 +0000 |
commit | 5f743d969739d6dca12b51561baac3131e160429 (patch) | |
tree | 8cf14d3cfc9b5ee4e67f669a980fe038899c868a /proto/ospf/topology.c | |
parent | 5d608eba1636e307624300fdd47b9024be92d39a (diff) |
Many bugfixes. Actually, how could this ever work? :-)
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 81d95785..b391be5d 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -504,7 +504,7 @@ ospf_top_dump(struct top_graph *f) struct top_hash_entry *e = f->hash_table[i]; while (e) { - debug("\t%04x %08I %08I %p\n", e->lsa.type, e->lsa.id, + debug("\t%01x %08I %08I %p\n", e->lsa.type, e->lsa.id, e->lsa.rt, e->lsa_body); e = e->next; } |