From f2562d3ac17bee11e20ee122ab9230165546e2d4 Mon Sep 17 00:00:00 2001 From: Trey Aspelund Date: Tue, 10 Mar 2020 14:08:54 -0400 Subject: [PATCH] bgpd: Fix typos in `show bgp evpn route type` This fixes unnecessary whitespaces and makes capitalization match for route type help strings. Signed-off-by: Trey Aspelund --- bgpd/bgp_evpn_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bgpd/bgp_evpn_vty.c b/bgpd/bgp_evpn_vty.c index 769872f2e3..993305ad96 100644 --- a/bgpd/bgp_evpn_vty.c +++ b/bgpd/bgp_evpn_vty.c @@ -4108,8 +4108,8 @@ DEFUN(show_bgp_l2vpn_evpn_route, "Specify Route type\n" "MAC-IP (Type-2) route\n" "Multicast (Type-3) route\n" - "Ethernet Segment (type-4) route \n" - "Prefix (type-5 )route\n" + "Ethernet Segment (Type-4) route\n" + "Prefix (Type-5) route\n" JSON_STR) { struct bgp *bgp;