bgpd: Update legend also for evpn_show_route_rd

Signed-off-by: Aaron Pereira <aaronpereira88@gmail.com>
This commit is contained in:
Aaron Pereira 2021-09-15 05:18:33 -07:00
parent f13b2527cb
commit 0a5c5f135e

View File

@ -2723,7 +2723,7 @@ static void evpn_show_route_rd(struct vty *vty, struct bgp *bgp,
/* RD header and legend - once overall. */ /* RD header and legend - once overall. */
if (rd_header && !json) { if (rd_header && !json) {
vty_out(vty, vty_out(vty,
"EVPN type-1 prefix: [1]:[ESI]:[EthTag]:[IPlen]:[VTEP-IP]\n"); "EVPN type-1 prefix: [1]:[EthTag]:[ESI]:[IPlen]:[VTEP-IP]\n");
vty_out(vty, vty_out(vty,
"EVPN type-2 prefix: [2]:[EthTag]:[MAClen]:[MAC]\n"); "EVPN type-2 prefix: [2]:[EthTag]:[MAClen]:[MAC]\n");
vty_out(vty, vty_out(vty,