Better dumping.
This commit is contained in:
parent
7b099bf9a7
commit
76e2514328
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ neighbor_timer_hook(timer *timer)
|
||||||
ifa=n->ifa;
|
ifa=n->ifa;
|
||||||
p=(struct proto *)(ifa->proto);
|
p=(struct proto *)(ifa->proto);
|
||||||
debug("%s: Inactivity timer fired on interface %s for neighbor %I.\n",
|
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);
|
ospf_neigh_remove(n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue