aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-01-25 03:18:27 -0800
committerNeale Ranns <nranns@cisco.com>2019-01-25 19:55:21 +0000
commit514e59dfea2b0cfcbb333e324e6246a2f113ab1d (patch)
tree2915e268b1a3996d211fb7d5fe754b95e6a8e0c7 /src
parent311124e21b9b8ca11073d82408ffb81d98790969 (diff)
MPLS-tunnel: show output to display the tunnel name correctly
Change-Id: I1554d9a4d6e4a4007cda9d0f83b03feb8fdbe853 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src')
-rw-r--r--src/vnet/mpls/mpls_tunnel.c2
1 files changed, 1 insertions, 1 deletions
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);