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("%s %p", n->proto->name, n->data);
|
||||
if (n->flags & NEF_STICKY)
|
||||
debug("STICKY");
|
||||
debug(" STICKY");
|
||||
debug("\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue