MAP: Correctly print ea-bits-len in map commands. 13/15013/4
authorOle Troan <ot@cisco.com>
Thu, 27 Sep 2018 11:54:30 +0000 (13:54 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 27 Sep 2018 20:00:29 +0000 (20:00 +0000)
Change-Id: I17b19875547cd6056aaf8f8fde439caa8e42d274
Signed-off-by: Ole Troan <ot@cisco.com>
src/plugins/map/map.c

index 6206a15..f2da818 100644 (file)
@@ -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,