-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[POC] POC code for show default value with yang model #10575
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
Closed
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
fd1f1c0
Add STATIC_CONFIG_DB
liuh-80 1dd56ad
Rename STATIC_CONFIG_DB to PROFILE_DB
liuh-80 8f72e52
Test swss-common
liuh-80 7017b05
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 3403388
Merge branch 'sonic-net:master' into dev/liuh/swss_default_value
liuh-80 fb317ac
Update to test code
liuh-80 5fc3cc0
Fix merge issue
liuh-80 7dd293e
Add swss change
liuh-80 402efda
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 ad732bd
Fix code issue
liuh-80 8ebee99
Update module
liuh-80 4636fdf
update submodule
liuh-80 19abfab
update submodule
liuh-80 63f92f1
Update submodule
liuh-80 44d4883
change use 202205 branch swss for warm reboot issue test
liuh-80 c66a536
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 cac2deb
Update code
liuh-80 05cff50
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 0e5e9ac
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 02f7fea
Fix multi-asic issue
liuh-80 1a6d1c3
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 7583c4e
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 f99bddf
Merge remote-tracking branch 'origin' into dev/liuh/swss_default_value
liuh-80 dd82b83
Update submodule
liuh-80 5bc24d6
Update submodule
liuh-80 86e5086
Update submodule
liuh-80 5beb93e
Update submodule
liuh-80 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Submodule sonic-swss
updated
23 files
| +1 −1 | .azure-pipelines/gcov.yml | |
| +9 −1 | cfgmgr/buffer_headroom_mellanox.lua | |
| +78 −1 | cfgmgr/buffer_pool_mellanox.lua | |
| +2 −0 | cfgmgr/buffermgr.cpp | |
| +3 −2 | cfgmgr/buffermgr.h | |
| +26 −0 | fpmsyncd/routesync.cpp | |
| +6 −0 | neighsyncd/neighsync.cpp | |
| +1 −1 | orchagent/bfdorch.cpp | |
| +3 −2 | orchagent/main.cpp | |
| +3 −0 | orchagent/muxorch.cpp | |
| +18 −7 | orchagent/neighorch.cpp | |
| +1 −1 | orchagent/notifications.cpp | |
| +4 −1 | orchagent/notifications.h | |
| +24 −1 | orchagent/orch.cpp | |
| +6 −26 | orchagent/tunneldecaporch.cpp | |
| +21 −2 | orchagent/vnetorch.cpp | |
| +14 −1 | orchagent/vnetorch.h | |
| +1 −1 | tests/conftest.py | |
| +129 −1 | tests/mock_tests/qosorch_ut.cpp | |
| +10 −10 | tests/test_bfd.py | |
| +74 −0 | tests/test_mux.py | |
| +1 −1 | tests/test_storm_control.py | |
| +18 −6 | tests/test_vnet.py |
Submodule sonic-swss-common
updated
20 files
| +1 −0 | common/Makefile.am | |
| +87 −1 | common/configdb.h | |
| +40 −0 | common/decoratorsubscriberstatetable.cpp | |
| +7 −0 | common/decoratorsubscriberstatetable.h | |
| +99 −2 | common/decoratortable.cpp | |
| +25 −0 | common/decoratortable.h | |
| +214 −0 | common/profileprovider.cpp | |
| +61 −0 | common/profileprovider.h | |
| +22 −1 | common/redispipeline.h | |
| +4 −0 | common/schema.h | |
| +7 −1 | common/subscriberstatetable.cpp | |
| +3 −0 | common/subscriberstatetable.h | |
| +2 −0 | pyext/swsscommon.i | |
| +1 −0 | tests/Makefile.am | |
| +2 −2 | tests/defaultvalueprovider_ut.cpp | |
| +103 −0 | tests/profileprovider_ut.cpp | |
| +5 −0 | tests/redis_multi_db_ut_config/database_config.json | |
| +5 −0 | tests/redis_multi_db_ut_config/database_config0.json | |
| +5 −0 | tests/redis_multi_db_ut_config/database_config1.json | |
| +238 −3 | tests/test_decorator_ut.py |
Submodule sonic-utilities
updated
8 files
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.
Check notice
Code scanning / CodeQL
Unused import