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("%s %p", n->proto->name, n->data);
|
||||
if (n->flags & NEF_STICKY)
|
||||
debug("STICKY");
|
||||
debug(" STICKY");
|
||||
debug("\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user