mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 03:47:47 +00:00
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 <taspelund@cumulusnetworks.com>
This commit is contained in:
parent
316376e194
commit
f2562d3ac1
@ -4108,8 +4108,8 @@ DEFUN(show_bgp_l2vpn_evpn_route,
|
|||||||
"Specify Route type\n"
|
"Specify Route type\n"
|
||||||
"MAC-IP (Type-2) route\n"
|
"MAC-IP (Type-2) route\n"
|
||||||
"Multicast (Type-3) route\n"
|
"Multicast (Type-3) route\n"
|
||||||
"Ethernet Segment (type-4) route \n"
|
"Ethernet Segment (Type-4) route\n"
|
||||||
"Prefix (type-5 )route\n"
|
"Prefix (Type-5) route\n"
|
||||||
JSON_STR)
|
JSON_STR)
|
||||||
{
|
{
|
||||||
struct bgp *bgp;
|
struct bgp *bgp;
|
||||||
|
Loading…
Reference in New Issue
Block a user