-
Notifications
You must be signed in to change notification settings - Fork 661
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 DEFAULT_INSTANCE under connection-points endpoints #1017
Conversation
No major YANG version changes in commit 3e9b4c8 |
This change looks good. I also think it is non-breaking as it is relaxing the when statement to allow an additional condition. |
@oscargdd can you please take a look |
b7135a5
to
f53df7e
Compare
65bdda0
to
3e9b4c8
Compare
@wenovus can you investigate the pyangbind test failure? |
Hi, I see that |
Ah, I guess closing and reopening the PR did in fact cause it to re-run and it passed this time. We can ignore this issue for now. |
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.
LGTM. This is a last call for comments. This will be merged on Feb 15, 2024
* Expand when statement under /network-instances/network-instance/connection-points/connection-point/endpoints to include oc-ni-types:DEFAULT_INSTANCE'
Change Scope
when
statement under/network-instances/network-instance/connection-points/connection-point/endpoints
to includeoc-ni-types:DEFAULT_INSTANCE'
12/20/23
expands the scope slightly for this PR:when
statement for/network-instances/network-instance/connection-points/connection-point/endpoints/endpoint/vxlan
. Thewhen
statement references identity ENDPOINT_TYPE but it only includesLOCAL
andREMOTE
, notVXLAN
.The
/network-instances/network-instance/connection-points/connection-point/endpoints/endpoint/vxlan
container was added as part of the original EVPN support for the network-instance model. Change DetailsThis container represents the configuration and operational state parameters relating to a VXLAN tunnel end-point interfaces. The
when
clause should have been expanded with the original commit since this information should belong to the default network instance.The layer2 network instance include already has the expanded
when
clause that includesDEFAULT_INSTANCE
.