]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_attr.c
bgpd: Parse PMSI Tunnel Attribute and display
authorvivek <vivek@cumulusnetworks.com>
Sun, 4 Mar 2018 03:28:50 +0000 (03:28 +0000)
committervivek <vivek@cumulusnetworks.com>
Sun, 4 Mar 2018 03:28:50 +0000 (03:28 +0000)
commit7fd077aadd54598f8764003d9b96fde1e30c2701
tree0a88e3f7843e5b1bbb7d2dd06af2c2c9083077d9
parent6768912110483ced636141838f9e040715dece8f
bgpd: Parse PMSI Tunnel Attribute and display

Received PMSI tunnel attributes (in EVPN type-3 route) were not recognized.
Parse them and display the tunnel type when looking at routes. Note that
the only tunnel type currently supported is ingress replication (IR). A
warning message will be logged if the received tunnel type is something
else, but the attribute is otherwise ignored.

Updates: a21bd7a (bgpd: add PMSI_TUNNEL_ATTRIBUTE to EVPN IMET routes)
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_debug.c
bgpd/bgp_evpn.c
bgpd/bgp_route.c