diff options
author | Donald Sharp <sharpd@nvidia.com> | 2020-11-07 01:56:36 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2020-11-12 13:23:37 +0100 |
commit | 2a99175f8d5b7fb632c73befc22771ba950adb64 (patch) | |
tree | c2551facf55bf9430a9dfbb9d624f135fbc51afe /bgpd/bgp_memory.c | |
parent | Merge pull request #7504 from hohl/master (diff) | |
download | frr-2a99175f8d5b7fb632c73befc22771ba950adb64.tar.xz frr-2a99175f8d5b7fb632c73befc22771ba950adb64.zip |
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 <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_memory.c')
-rw-r--r-- | bgpd/bgp_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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") |