]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: print ecom in evpn route output 4544/head
authorChirag Shah <chirag@cumulusnetworks.com>
Fri, 14 Jun 2019 00:55:38 +0000 (17:55 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Fri, 21 Jun 2019 21:21:38 +0000 (14:21 -0700)
commit6f214dd377588ffc44224c07ad3839c36051178c
treeef7b26d8240199c4320e26dff056b25ff827cf6e
parentc0b735d0ced7efd2000a251a3973c630a24cb01d
bgpd: print ecom in evpn route output

EVPN route's extended community include
important informations like Mobility sequence,
router mac, and RT values, include the ecomm
in evpn brief output.

Ticket:CM-25353
Testing Done:

Validated in evpn deployment with routes.

TOR#show bgp l2vpn evpn route
...
   Network          Next Hop            Metric LocPrf Weight Path
                    Extended Community

Route Distinguisher: 27.0.0.11:3
*> [2]:[0]:[0]:[48]:[00:02:00:00:00:04]:[128]:[fe80::202:ff:fe00:4]
                    36.0.0.11                              0 4435 5546 i
                    RT:5546:1008 ET:8 ND:Router Flag
*  [2]:[0]:[0]:[48]:[00:02:00:00:00:36]
                    36.0.0.11                              0 4435 5546 i
                    RT:5546:1008 RT:5546:4003 ET:8 MM:0, sticky MAC Rmac:44:38:39:ff:ff:01
*> [2]:[0]:[0]:[48]:[00:02:00:00:00:36]
                    36.0.0.11                              0 4435 5546 i
                    RT:5546:1008 RT:5546:4003 ET:8 MM:0, sticky MAC Rmac:44:38:39:ff:ff:01
*  [3]:[0]:[32]:[36.0.0.11]
                    36.0.0.11                              0 4435 5546 i
                    RT:5546:1008 ET:8
*> [3]:[0]:[32]:[36.0.0.11]
                    36.0.0.11                              0 4435 5546 i
                    RT:5546:1008 ET:8

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