-
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
Configuring send-community per AFI-SAFI at neighbor/peer-group (#969) #976
Configuring send-community per AFI-SAFI at neighbor/peer-group (#969) #976
Conversation
No major YANG version changes in commit bba2375 |
Compatibility Report for commit bb975e9: |
Will review on Oct 17, 2023 OC Operators meeting |
bb975e9
to
2024fe2
Compare
Any updates from the Operators meeting? |
This didn't make the OC Operators review on Oct 17, 2023. We will review at the OC Community meeting on Nov 2, 2023 08:00 PST |
2024fe2
to
b07f5b0
Compare
As agreed, I added the deprecated status to the leaf-list added by mistake and updated the revisions. |
b07f5b0
to
71bbca3
Compare
Hi @missaesasaya , please update the PR description with a rendering of the OC tree to make this faster to review, thank you. (using pyang for example) |
71bbca3
to
1191717
Compare
Done. Please let me know if this is sufficient. |
We've asserted that the hierarchy should be "Global -> PeerGroup ->
Neighbor" and the most specific configuration has precedence.
…On Wed, Dec 27, 2023 at 1:50 AM Missae W. Sasaya ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In release/models/bgp/openconfig-bgp-common-multiprotocol.yang
<#976 (comment)>:
> + status deprecated;
description
- "Specify which types of community should be sent to the
+ "This leaf has been deprecated because it was added by mistake.
+ Specify which types of community should be sent to the
We currently have this leaf for neighbors/peers. If we keep this for
global afi/safi, won't there be a conflict if we have different values? We
would have two configurations that have no hierarchical relationship. It is
different with the peer+afi/safi configuration where it is clear that the
more specific configuration has precedence.
—
Reply to this email directly, view it on GitHub
<#976 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMCGMZMIF4B6JMZ5USTUJLYLPVOHAVCNFSM6AAAAAA57BQS6CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTOOJWHE3DSMZZG4>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Yes, but in this case, the configuration is not global, it is per afi/safi |
841a722
to
2a96699
Compare
2a96699
to
fff8e4a
Compare
@dplore Change done |
This will merge on Jan 19, 2024 |
…onfig#809) (openconfig#976) Co-authored-by: Darren Loher <[email protected]>
This is a continuation of #843, where the wrong grouping was changed
Change Scope
Platform Implementations