diff options
author | Ole Troan <ot@cisco.com> | 2018-09-27 13:54:30 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-27 20:00:29 +0000 |
commit | 430420fbbade8a45671cac5ab8f3ba7a70fe4434 (patch) | |
tree | df2e6c5070bae39897ea793b274e5e8958df12e5 /src | |
parent | 0fb2cc65134d268d367678be32c50252ad4cd311 (diff) |
MAP: Correctly print ea-bits-len in map commands.
Change-Id: I17b19875547cd6056aaf8f8fde439caa8e42d274
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |