]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: support for router mac extended community
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 9 Aug 2016 08:47:03 +0000 (10:47 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:58:58 +0000 (13:58 +0100)
commite82202b7a1a0e70a66cf15db4b5013fa2be165f1
tree6b09e09ebd3616d4a364127a5f303ca9523eb325
parent1e27ef50375b2150d33ad9d591227510f5e10971
bgpd: support for router mac extended community

As per draft-ietf-bess-evpn-inter-subnet-forwarding-01, chapter 6.1,
a new extended community called router's MAC Extended Community is
provided. This community is appended to extended community list.
Note that a show API has been changed in order to be able to not
display (or not) this new type.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_clist.c
bgpd/bgp_ecommunity.c
bgpd/bgp_ecommunity.h
bgpd/rfapi/bgp_rfapi_cfg.c
bgpd/rfapi/rfapi.c
bgpd/rfapi/rfapi_import.c
bgpd/rfapi/rfapi_vty.c