forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle duplicate routes in a graceful manner (sonic-net#2688)
* With VNET routes, the same route can be learned via multiple sources, like via BGP. Handle this special situation gracefully without orchagent crash during both create and remove operations. * Add a test case to simulate duplicate route creation/removal * Do cleanups like deleting vnets post certain test cases that were lacking them Signed-off-by: Prabhat Aravind <[email protected]>
- Loading branch information
1 parent
68cef32
commit 6e25014
Showing
2 changed files
with
169 additions
and
8 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
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