-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warning in relevant OC documentation
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Route Redistribution in OpenConfig Network Instance | ||
**Contributors:**: [email protected] | ||
|
||
> WARNING: | ||
> The [PR#1114](https://github.com/openconfig/public/pull/1114) introduces `route-redistribution` container and deprecates `table-connections`, `tables` containers. The general, conceptual model of `route-redistribution` is the same | ||
as one of `table-connections`, hence this documentation is still usefull, however | ||
not acurate is all details. Reader should taken it with a grain of salt. | ||
|
||
One difference between vendor devices that OpenConfig seeks to abstract is the expected manner in which the various device RIBs are populated. For some vendors, the model essentially reflects a per-protocol RIB (i.e., the routes of protocol A are isolated from those of protocol B), while for others the routes are expected to populate the same RIB, such that routes installed into the RIB by protocol A are directly accessible by protocol B. | ||
|
||
|