mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Aesthetic fix for neighbor cache debug dump.
This commit is contained in:
@@ -105,7 +105,7 @@ neigh_dump(neighbor *n)
|
|||||||
debug("[] ");
|
debug("[] ");
|
||||||
debug("%s %p", n->proto->name, n->data);
|
debug("%s %p", n->proto->name, n->data);
|
||||||
if (n->flags & NEF_STICKY)
|
if (n->flags & NEF_STICKY)
|
||||||
debug("STICKY");
|
debug(" STICKY");
|
||||||
debug("\n");
|
debug("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user