]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix rd printing in show commands for evpn rts
authorChirag Shah <chirag@cumulusnetworks.com>
Mon, 4 Nov 2019 19:15:02 +0000 (11:15 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Mon, 11 Nov 2019 15:57:37 +0000 (07:57 -0800)
commit527fd6dee52de356a6ef44b4291cf47a2dfef0c8
tree7b301805399f426293a920f589ffd49e8c7c89d7
parenta5f271c6352a278856c8aa453d78c1dd65ca2638
bgpd: fix rd printing in show commands for evpn rts

PR 5118 introduce additional (prepend) keywords
like 'ip' to Route Distinguisher output which
breaks existing evpn route show commands parsing.

Restore to original behavior.

Testing Done:

vtysh -c 'show bgp l2vpn evpn route'

Before fix:
Route Distinguisher: ip 27.0.0.15:44

Post fix:
Route Distinguisher: 27.0.0.15:44

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
bgpd/bgp_evpn_vty.c