mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Be more verbose.
This commit is contained in:
parent
6f3203fabf
commit
c6bdc78bef
@ -274,11 +274,11 @@ can_do_adj(struct ospf_neighbor *n)
|
|||||||
void
|
void
|
||||||
ospf_neigh_sm(struct ospf_neighbor *n, int event)
|
ospf_neigh_sm(struct ospf_neighbor *n, int event)
|
||||||
{
|
{
|
||||||
struct proto *p=(struct proto *)(n->ifa->proto);
|
|
||||||
struct proto_ospf *po=n->ifa->proto;
|
struct proto_ospf *po=n->ifa->proto;
|
||||||
|
struct proto *p=(struct proto *)po;
|
||||||
|
|
||||||
DBG("%s: Neighbor state machine for neighbor %I, event \"%s\".\n",
|
OSPF_TRACE(D_EVENTS, "Neighbor state machine for neighbor %I, event \"%s\".",
|
||||||
p->name, n->rid, ospf_inm[event]);
|
n->ip, ospf_inm[event]);
|
||||||
|
|
||||||
switch(event)
|
switch(event)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user