]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: handling router mac extended community
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Sep 2016 11:20:41 +0000 (13:20 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:58:58 +0000 (13:58 +0100)
commitdfa42ea338db2d3bec31d69544fb941bb1822594
treedc0c11827e500b11f45144b3b12b4e649189d619
parenta2dac1ef6a4f0dc3cc4e2bac83700119ff8b7459
bgpd: handling router mac extended community

For each received routermac extended community, the mac address is
copied into routermac extended community context. For each emission,
a check is done against routermac extended community, if L2VPN is
enabled. If enabled, the extended community is appended.

Signed-off-by: Philippe Gubiert <philippe.guibert@6wind.com>
bgpd/bgp_attr_evpn.c
bgpd/bgp_attr_evpn.h
bgpd/bgp_ecommunity.c
bgpd/bgp_route.c