diff options
| author | Aaron Pereira <pereiraaa@vmware.com> | 2021-09-15 05:18:33 -0700 | 
|---|---|---|
| committer | Aaron Pereira <pereiraaa@vmware.com> | 2021-09-15 05:18:50 -0700 | 
| commit | 0a5c5f135ea0e5483e8d560176d505d69c6da35f (patch) | |
| tree | 7af69086d8833e1da19c7b5052def5315271281c /bgpd | |
| parent | f13b2527cb4ac1536978ad64e27a00000369ad05 (diff) | |
bgpd: Update legend also for evpn_show_route_rd
Signed-off-by: Aaron Pereira <aaronpereira88@gmail.com>
Diffstat (limited to 'bgpd')
| -rw-r--r-- | bgpd/bgp_evpn_vty.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_evpn_vty.c b/bgpd/bgp_evpn_vty.c index fa5e848539..aced0177ea 100644 --- a/bgpd/bgp_evpn_vty.c +++ b/bgpd/bgp_evpn_vty.c @@ -2723,7 +2723,7 @@ static void evpn_show_route_rd(struct vty *vty, struct bgp *bgp,  			/* RD header and legend - once overall. */  			if (rd_header && !json) {  				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,  					"EVPN type-2 prefix: [2]:[EthTag]:[MAClen]:[MAC]\n");  				vty_out(vty,  | 
