Added slice_type in DEVICE_NEIGHBOR_METADATA yang model#22445
Merged
rlhui merged 16 commits intosonic-net:masterfrom Apr 28, 2025
Merged
Added slice_type in DEVICE_NEIGHBOR_METADATA yang model#22445rlhui merged 16 commits intosonic-net:masterfrom
rlhui merged 16 commits intosonic-net:masterfrom
Conversation
via NETLINK RTA_PRIORITY field which can be used as attribute/metadata in fpmsyncd for different use-cases. Signed-off-by: Abhishek Dosi <[email protected]>
This reverts commit a279d8e.
…K RTA_PRIORITY field which can be used as attribute/metadata in fpmsyncd for different use-cases. Signed-off-by: Abhishek Dosi <[email protected]>
…a NETLINK RTA_PRIORITY field which can be used as attribute/metadata in fpmsyncd for different use-cases." This reverts commit 2776138.
Signed-off-by: Abhishek Dosi <[email protected]>
packet-chassis Signed-off-by: Abhishek Dosi <[email protected]>
This reverts commit b78ad9b.
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Carmine Scarpitta <[email protected]>
This reverts commit 22e27cc.
Signed-off-by: Abhishek Dosi <[email protected]>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
@arlakshm : needed in 202405 also. |
qiluo-msft
approved these changes
Apr 28, 2025
Collaborator
|
@arlakshm Could you also help review? |
Collaborator
|
Cherry-pick PR to msft-202405: Azure/sonic-buildimage-msft#1070 |
Collaborator
|
Cherry-pick PR to msft-202503: Azure/sonic-buildimage-msft#1331 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did:
This PR is continuation of #19094 where
slice_typewas added for DEVICE_METADATA. In this PR we are adding this DEVICE_NEIGHBOR_METADATA also.Why I did:
Without this change Yang Validation fails when doing
config apply-patchif this field is present in DEVICE_NEIGHBOR_METADATAADO: 32574645
How I verify:
Manual Verification
Before fix:
After fix:
UT updated.