diff options
author | Martin Mares <mj@ucw.cz> | 1998-06-17 14:36:02 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-06-17 14:36:02 +0000 |
commit | 962ba482fd7bba97cf13a96105503efff4dcb88a (patch) | |
tree | 78a9b7a31077b3c311710f56afa4572c4eaeb582 /nest/rt-table.c | |
parent | d997534f65903e8078efe2f8ceb19941692598f7 (diff) |
Use '%I' instead of dirty address printing hacks.
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 249cbbf6..a45b58da 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) |