forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: sync seq numbers only if the MAC address is the same
We locate the sync path with the highest seq number for normalizing local path to the same seq. With the change to maintain the VNI RT table by IP address (instead of MAC&IP) we need additional changes to skip paths with a different mac address than the local one we are trying to normalize. Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
- Loading branch information
1 parent
90f30ca
commit 36bac85
Showing
1 changed file
with
22 additions
and
4 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