-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sonic-swss-common submodule update (#12356)
| * cb707b7 fixed nokia platform m0 asic mismatch (fixed nokia platform m0 asic mismatch #12148) | * c75dfe8 [build] Fix dpkg front lock issue with apt-get ([build] Fix dpkg front lock issue caused by apt-get install #12332) | * 247bd78 [action] Fix PR pre-cherry-pick action wrong author issue. ([action] Fix PR pre-cherry-pick action wrong author issue. #12339) | * fc99265 [Nokia] Update the nokia platform submodule for Nokia-IXR7250E platform ([Nokia] Update the nokia platform submodule for Nokia-IXR7250E platform #12305) | * 9d37b63 [Nokia] Update Nokia platform IXR7250E device data ([Nokia] Update Nokia platform IXR7250E device data #11611) | * 304c6c8 [BFN] Reworked BFN platform thermals plugin ([BFN] Reworked BFN platform thermals plugin #11723) | * df93a1b [Build][Bug] Fix apt-get remove version not lock issue ([Build][Bug] Fix apt-get remove version not locked issue #12193) | * 9b2b8e3 Add gearbox taps to vs gearbox_config.json (Add gearbox taps to vs gearbox_config.json #11480)
- Loading branch information
1 parent
e176512
commit aee1466
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss-common
updated
29 files
+25 −1 | .azure-pipelines/build-sairedis-template.yml | |
+3 −1 | .azure-pipelines/build-swss-template.yml | |
+50 −2 | .azure-pipelines/build-template.yml | |
+1 −1 | .azure-pipelines/test-docker-sonic-vs-template.yml | |
+1 −1 | BUILD | |
+15 −4 | MAINTAINERS | |
+19 −8 | README.md | |
+17 −1 | azure-pipelines.yml | |
+2 −1 | common/Makefile.am | |
+1 −18 | common/configdb.cpp | |
+23 −0 | common/dbconnector.cpp | |
+1 −0 | common/dbconnector.h | |
+493 −0 | common/defaultvalueprovider.cpp | |
+135 −0 | common/defaultvalueprovider.h | |
+4 −4 | common/events.cpp | |
+3 −3 | common/events_common.h | |
+13 −0 | common/json.cpp | |
+1 −0 | common/json.h | |
+15 −3 | common/redisreply.cpp | |
+1 −0 | common/redisreply.h | |
+2 −0 | pyext/swsscommon.i | |
+1 −0 | tests/Makefile.am | |
+14 −0 | tests/cli_ut.cpp | |
+107 −0 | tests/defaultvalueprovider_ut.cpp | |
+54 −0 | tests/yang-missing-ref/sonic-interface.yang | |
+50 −0 | tests/yang/sonic-interface.yang | |
+69 −0 | tests/yang/sonic-nat.yang | |
+55 −0 | tests/yang/sonic-test.yang | |
+80 −0 | tests/yang/sonic-vlan.yang |