diff options
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index 249cbbf..a45b58d 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -185,7 +185,7 @@ void rte_dump(net *n, rte *e) { if (n) - debug("%08x/%2d ", _I(n->n.prefix), n->n.pxlen); + debug("%1I/%2d ", n->n.prefix, n->n.pxlen); debug("PF=%02x pref=%d lm=%d ", e->pflags, e->pref, e->lastmod); rta_dump(e->attrs); if (e->flags & REF_CHOSEN) |