mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-19 05:57:27 +00:00
Merge pull request #4670 from chiragshah6/evpn_dev1
bgpd: fix show bgp l2vpn evpn route json
This commit is contained in:
commit
84f4f72638
@ -2480,7 +2480,9 @@ static void evpn_show_all_routes(struct vty *vty, struct bgp *bgp, int type,
|
|||||||
bgp_evpn_show_route_header(vty, bgp,
|
bgp_evpn_show_route_header(vty, bgp,
|
||||||
tbl_ver,
|
tbl_ver,
|
||||||
json);
|
json);
|
||||||
vty_out(vty, "%19s Extended Community\n"
|
if (!json)
|
||||||
|
vty_out(vty,
|
||||||
|
"%19s Extended Community\n"
|
||||||
, " ");
|
, " ");
|
||||||
header = 0;
|
header = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user