Add yang extension to control translation configDB<->yang from YANG models.#52
Merged
zhenggen-xu merged 1 commit intozhenggen-xu:sonic-cfg-mgmtfrom Mar 17, 2020
Merged
Conversation
Owner
|
Can you resolve the conflicts? |
…ng from YANG models. Changes: 1.) Added yang extensions in YANG models. 2.) Changed the translation and rev translation code to depend on yang extensions. 3.) Load yang models in test code similar to dev code. 4.) Minor changes in test files. Signed-off-by: Praveen Chaudhary [email protected]
67a5738 to
06fda3e
Compare
li-pingmao
approved these changes
Mar 9, 2020
zhenggen-xu
pushed a commit
that referenced
this pull request
Dec 15, 2020
[dataset] Add dataset "system uptime" into non-db client. (#52) Adding new data set to query Sonic OS version. (#50) [gnmi_server] Disregard EOF status for STREAM subs (#48) Signed-off-by: Yong Zhao <[email protected]>
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Aug 9, 2022
…onic-net#10406) #### Why I did it To take the following into sonic-buildimage 36e1f61 API endpoints to ConfigDBConnector to support pre-loading data without blackout (sonic-net#587) [sonic-swss-common](https://github.com/Azure/sonic-swss-common) ``` 36e1f61 API endpoints to ConfigDBConnector to support pre-loading data without blackout (sonic-net#587) 556f4ad Add SAI copy action to ACL schema (sonic-net#591) db18c3a Fix bitwidth of mac address in SAI ACL schema (sonic-net#590) e9442bb [ConfigDBPipeConnector]: Added set_entry API (sonic-net#586) 6c007c0 Update README for gmock (sonic-net#562) ``` [sonic-linkmgrd](https://github.com/Azure/sonic-linkmgrd) ``` 83dfc99 Enforce uniform file/class naming convention (zhenggen-xu#52) 83004bf Shutdown ICMP heartbeats when default route state is missing and ToR is in `auto` mode (zhenggen-xu#44) b81ea31 Add `LinkProberStateMachineActiveActive` (zhenggen-xu#47) c43cf7a Decrease link probing interval after switchover to better determine the overhead of a toggle (zhenggen-xu#43) 2239fbe Enhance clang format (zhenggen-xu#46) ``` #### How I did it * Advanced submodules pointers #### How to verify it 1. make configure PLATFORM=mellanox 2. make target/sonic-mellanox.bin
praveen-li
pushed a commit
to praveen-li/sonic-buildimage
that referenced
this pull request
Aug 9, 2022
64caafe38 [driver_macsec_sonic]: Fixing missing zeros at the beginning of SCI (zhenggen-xu#52) Signed-off-by: Ze Gan <[email protected]>
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.
[yang-models]: Add yang extension to control traslation configDB<->ya…
…ng from YANG models.
Changes:
1.) Added yang extensions in YANG models.
2.) Changed the translation and rev translation code to depend on yang extensions.
3.) Load yang models in test code similar to dev code.
4.) Minor changes in test files.
Signed-off-by: Praveen Chaudhary [email protected]
- What I did
Changes:
1.) Added yang extensions in YANG models.
2.) Changed the translation and rev translation code to depend on yang extensions.
3.) Load yang models in test code similar to dev code.
4.) Minor changes in test files.
- How I did it
Yang supports extension keyword, with that we can enter meta data in YANG module.
Here I have entered regular expression as extension to control translation configDB<->yang from YANG models
- How to verify it
Building package is enough since it already has required test cases for translation configDB<->yang.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)