forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule for sonic-swss-common (sonic-net#12826)
Why I did it sonic-swss-common needs to support SWIG wrapper for go. Submodule update for sonic-swss-common Incorporates: d63130c [[CI]Install libyang from common-lib when build bullseye (sonic-net#710) bfe123e Add decorator for Yang default value. (sonic-net#713) 1d66080 Use SWIGPYTHON to improve SWIG for GO wrapper. (sonic-net#714) How I did it I have updated sonic-swss-common repo, this PR is used to update submodule. How to verify it Build image, and sonic-gnmi pipeline will verify SWIG wrapper.
- Loading branch information
1 parent
4b1db99
commit cfd64a5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss-common
updated
19 files
+4 −7 | .azure-pipelines/build-template.yml | |
+2 −0 | common/Makefile.am | |
+47 −2 | common/configdb.h | |
+1 −1 | common/countertable.h | |
+5 −5 | common/dbconnector.h | |
+34 −0 | common/decoratorsubscriberstatetable.cpp | |
+31 −0 | common/decoratorsubscriberstatetable.h | |
+53 −0 | common/decoratortable.cpp | |
+33 −0 | common/decoratortable.h | |
+1 −1 | common/defaultvalueprovider.h | |
+1 −1 | common/producerstatetable.h | |
+1 −1 | common/producertable.h | |
+1 −1 | common/sonicv2connector.h | |
+4 −2 | common/table.h | |
+24 −0 | goext/Makefile | |
+1 −0 | goext/swsscommon.i | |
+36 −0 | goext/swsscommon_test.go | |
+8 −0 | pyext/swsscommon.i | |
+176 −0 | tests/test_decorator_ut.py |