From 962ba482fd7bba97cf13a96105503efff4dcb88a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 17 Jun 1998 14:36:02 +0000 Subject: Use '%I' instead of dirty address printing hacks. --- nest/rt-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-table.c') 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) -- cgit v1.2.3