-
Notifications
You must be signed in to change notification settings - Fork 660
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
Add support for vni-peer-group container #1015
Conversation
No major YANG version changes in commit 897de89 |
81a55c6
to
42d4845
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please update the container to be named with plural vni-peer-groups
fc6a90b
to
fc1f561
Compare
@dplore I did a rebase and updated the name of the container as requested. There was a failure in the The error states the following: |
@dplore I did a rebase but there was a failure in the The error states the following: |
Hi @mikewiebe this seems like it might be a one-off error (maybe the cloud VM got killed) especially since the main branch is passing for this check. Can you push an empty commit to re-trigger the CI: git commit --allow-empty -m "Retrigger CI" && git push |
Merging into main branch for pyangbind check fix. |
@wenovus, sorry, I was traveling last couple of weeks so just seeing this. I will try this. Thanks! |
350873e
to
5592b5a
Compare
@wenovus tried a rebase and |
/gcbrun |
Are you able to see the "Needs /gcbrun from a collaborator" comment in the failure summary? We recently changed the CI to only be runnable by a maintainer, so it's little cumbersome. I'll investigate whether this can be changed. |
3dfb0c2
to
a58871f
Compare
Ah, ok. Yes I do see the |
/gcbrun |
1 similar comment
/gcbrun |
e09bb9e
to
9dc4975
Compare
/gcbrun |
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been reviewed in previous OC Community meetings, including the most recent April 4th 2024 OC Community meeting without objection.
* Add support for /network-instances/network-instance/connection-points/connection-point/endpoints/endpoint/vxlan/endpoint-peers/vni-peer-groups container * deprecate control-plane-vnis, router-mac
Change Scope
The changes introduce operational state properties only.
control-plane-vnis
androuter-mac
vni-peer-group
which allows the association betweencp-vni-id
,egress-vni
androuter-mac
cp-vni
andegress-vni
allows flexibility for both symmetric and asymmetric use cases. For symmetric VNIs both keys would be set to the same value.Tree Structure
With new counters included in the output
Platform Implementations