summaryrefslogtreecommitdiff
path: root/nest/rt-roa.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-03-22 11:46:38 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2012-03-22 12:13:26 +0100
commitc47d037ecb5b9c835700b152eed7589409a2e42f (patch)
tree5b68978bc6af43b93d2772dece1b66a9996e4fcf /nest/rt-roa.c
parentdf27911880bffb88c1eae90e36c755a3ed3d77ad (diff)
Some minor changes to CLI.
Diffstat (limited to 'nest/rt-roa.c')
-rw-r--r--nest/rt-roa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-roa.c b/nest/rt-roa.c
index f94842c4..aa453f16 100644
--- a/nest/rt-roa.c
+++ b/nest/rt-roa.c
@@ -354,7 +354,7 @@ roa_show_node(struct cli *c, struct roa_node *rn, int len, u32 asn)
for (ri = rn->items; ri; ri = ri->next)
if ((ri->maxlen >= len) && (!asn || (ri->asn == asn)))
- cli_printf(c, -1111, "%I/%d max %d as %u", rn->n.prefix, rn->n.pxlen, ri->maxlen, ri->asn);
+ cli_printf(c, -1019, "%I/%d max %d as %u", rn->n.prefix, rn->n.pxlen, ri->maxlen, ri->asn);
}
static void