diff options
Diffstat (limited to 'proto/ospf')
-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); } |