summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-30 15:25:47 +0200
committerOndrej Filip <feela@network.cz>2000-05-30 15:25:47 +0200
commit76e2514328a71abd1ed37b9b32421d2ab924b4c0 (patch)
tree73cbb5934f202b96bade9001886d049532f18b83 /proto/ospf/neighbor.c
parent7b099bf9a73b4a81f74d90fa8f413c9ebd85f384 (diff)
downloadbird-76e2514328a71abd1ed37b9b32421d2ab924b4c0.tar
bird-76e2514328a71abd1ed37b9b32421d2ab924b4c0.zip
Better dumping.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r--proto/ospf/neighbor.c2
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);
}