forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Ensure RMAC extended community is unique
The BGP Router MAC extended community should be unique and not occur multiple times. In a VRF-to-VRF route-leak scenario where EVPN routes from a source VRF are leaked into the target VRF and then injected back into EVPN from the target VRF, the resulting route had more than one RMAC. With this fix, the resulting route will have only the target VRF's RMAC. Signed-off-by: Vivek Venkatraman <[email protected]>
- Loading branch information
1 parent
fab92da
commit feca4f1
Showing
1 changed file
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters