-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for next-hop reconcilation and refactor return values.
* (M) rib/helpers.go * (M) rib/helpers_test.go - Allow NH details to be injected into the fake RIB. * (M) rib/reconciler/reconcile.go * (M) rib/reconciler/reconcile_test.go - Restructure return values to allow a caller to stage their operations into the gRIBI server - e.g., perform adds to install new entries, then replaces, then deletes. Keep types separate to allow for more robust ordering. - Add support for NH diffing. * (M) rib/reconciler/remote_test.go - Adopt new fake RIB helper method.
- Loading branch information
Showing
7 changed files
with
541 additions
and
235 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
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
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
Oops, something went wrong.