-
Notifications
You must be signed in to change notification settings - Fork 673
Add next-hop-group to local-routing-network-instance. #1325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Major YANG version changes in commit 301eb3c: |
release/models/local-routing/openconfig-local-routing-network-instance.yang
Outdated
Show resolved
Hide resolved
release/models/local-routing/openconfig-local-routing-network-instance.yang
Outdated
Show resolved
Hide resolved
To confirm, is this a breaking change for the overall OC model? I see the previous change wasn't considered a breaking change, but this change had the breaking label. |
This change is in the same category. We make a breaking change in the OC models and reflect that in the yang module versions. But the OC Release will not have breaking changes because the leaves we broke were not yet present in any OpenConfig public release. The forthcoming OC public release will only increment v5.2.0 to v5.3.0. |
Change Scope
This is a follow up to #1324, refactoring of yang model groupings for openconfig-local-routing. This moves the
static/next-hop-group
grouping into the local-routing-network-instances module, allowing it to be reusable in modules that do not include network-instances.No paths are changed, just the module in which they are contained.