summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index d6a5723..fa92d66 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -144,9 +144,9 @@ rta_dump(rta *a)
debug(" EXT");
if (a->flags & RTF_TAGGED)
debug(" TAG");
- debug(" <-%08x", _I(a->from));
+ debug(" <-%I", a->from);
if (a->dest == RTD_ROUTER)
- debug(" ->%08x", _I(a->gw));
+ debug(" ->%I", a->gw);
if (a->dest == RTD_DEVICE || a->dest == RTD_ROUTER)
debug(" [%s]", a->iface->name);
}