diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-30 15:25:47 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-30 15:25:47 +0200 |
commit | 76e2514328a71abd1ed37b9b32421d2ab924b4c0 (patch) | |
tree | 73cbb5934f202b96bade9001886d049532f18b83 /proto/ospf/neighbor.c | |
parent | 7b099bf9a73b4a81f74d90fa8f413c9ebd85f384 (diff) | |
download | bird-76e2514328a71abd1ed37b9b32421d2ab924b4c0.tar bird-76e2514328a71abd1ed37b9b32421d2ab924b4c0.zip |
Better dumping.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 199d613..a55a948 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -433,7 +433,7 @@ neighbor_timer_hook(timer *timer) ifa=n->ifa; p=(struct proto *)(ifa->proto); debug("%s: Inactivity timer fired on interface %s for neighbor %I.\n", - p->name, ifa->iface->name, n->rid); + p->name, ifa->iface->name, n->ip); ospf_neigh_remove(n); } |