From: Neale Ranns Date: Fri, 25 Jan 2019 11:18:27 +0000 (-0800) Subject: MPLS-tunnel: show output to display the tunnel name correctly X-Git-Tag: v19.04-rc1~590 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=514e59dfea2b0cfcbb333e324e6246a2f113ab1d;p=vpp.git MPLS-tunnel: show output to display the tunnel name correctly Change-Id: I1554d9a4d6e4a4007cda9d0f83b03feb8fdbe853 Signed-off-by: Neale Ranns --- diff --git a/src/vnet/mpls/mpls_tunnel.c b/src/vnet/mpls/mpls_tunnel.c index 27c2a2a6f00..b9e8519e5f4 100644 --- a/src/vnet/mpls/mpls_tunnel.c +++ b/src/vnet/mpls/mpls_tunnel.c @@ -878,7 +878,7 @@ format_mpls_tunnel (u8 * s, va_list * args) mpls_tunnel_t *mt = va_arg (*args, mpls_tunnel_t *); mpls_tunnel_attribute_t attr; - s = format(s, "mpls_tunnel%d: sw_if_index:%d hw_if_index:%d", + s = format(s, "mpls-tunnel%d: sw_if_index:%d hw_if_index:%d", mt - mpls_tunnel_pool, mt->mt_sw_if_index, mt->mt_hw_if_index);