From: Ole Troan Date: Thu, 27 Sep 2018 11:54:30 +0000 (+0200) Subject: MAP: Correctly print ea-bits-len in map commands. X-Git-Tag: v18.10-rc1~87 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=430420fbbade8a45671cac5ab8f3ba7a70fe4434;hp=0fb2cc65134d268d367678be32c50252ad4cd311;p=vpp.git MAP: Correctly print ea-bits-len in map commands. Change-Id: I17b19875547cd6056aaf8f8fde439caa8e42d274 Signed-off-by: Ole Troan --- 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,