From 2a99175f8d5b7fb632c73befc22771ba950adb64 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 6 Nov 2020 19:56:36 -0500 Subject: bgpd: Shorten some `show memory` strings Some of the `show memory` strings in bgp are longer than the columns we have allocated for it. Shorten some strings to make them fit and have the output pleasing to the eye. Signed-off-by: Donald Sharp --- bgpd/bgp_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_memory.c') diff --git a/bgpd/bgp_memory.c b/bgpd/bgp_memory.c index 8bdab1668..d8fc98e04 100644 --- a/bgpd/bgp_memory.c +++ b/bgpd/bgp_memory.c @@ -116,7 +116,7 @@ DEFINE_MTYPE(BGPD, LCOMMUNITY_STR, "Large Community display string") DEFINE_MTYPE(BGPD, LCOMMUNITY_VAL, "Large Community value") DEFINE_MTYPE(BGPD, BGP_EVPN, "BGP EVPN Information") -DEFINE_MTYPE(BGPD, BGP_EVPN_MH_INFO, "BGP EVPN Multihoming Information") +DEFINE_MTYPE(BGPD, BGP_EVPN_MH_INFO, "BGP EVPN MH Information") DEFINE_MTYPE(BGPD, BGP_EVPN_ES_VTEP, "BGP EVPN ES VTEP") DEFINE_MTYPE(BGPD, BGP_EVPN_ES_EVI_VTEP, "BGP EVPN ES-EVI VTEP") DEFINE_MTYPE(BGPD, BGP_EVPN_ES, "BGP EVPN ESI Information") -- cgit v1.2.3