From 430420fbbade8a45671cac5ab8f3ba7a70fe4434 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Thu, 27 Sep 2018 13:54:30 +0200 Subject: [PATCH] MAP: Correctly print ea-bits-len in map commands. Change-Id: I17b19875547cd6056aaf8f8fde439caa8e42d274 Signed-off-by: Ole Troan --- src/plugins/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/map/map.c b/src/plugins/map/map.c index 6206a153383..f2da818dd7b 100644 --- a/src/plugins/map/map.c +++ b/src/plugins/map/map.c @@ -979,7 +979,7 @@ format_map_domain (u8 * s, va_list * args) ip6_prefix = d->ip6_prefix; s = format (s, - "[%d] ip4-pfx %U/%d ip6-pfx %U/%d ip6-src %U/%d ea_bits_len %d " + "[%d] ip4-pfx %U/%d ip6-pfx %U/%d ip6-src %U/%d ea-bits-len %d " "psid-offset %d psid-len %d mtu %d %s", d - mm->domains, format_ip4_address, &d->ip4_prefix, d->ip4_prefix_len, -- 2.16.6