Aesthetic fix for neighbor cache debug dump.
This commit is contained in:
parent
89d2355d3d
commit
436965d25e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue