-
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.
[submodule] Update submodule to the latest HEAD automatically
- Loading branch information
1 parent
483b986
commit 2d725ff
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule sonic-platform-common
updated
4 files
+11 −5 | sonic_platform_base/sonic_ssd/ssd_generic.py | |
+10 −10 | sonic_platform_base/sonic_xcvr/api/public/cmis.py | |
+19 −3 | tests/sonic_xcvr/test_cmis.py | |
+11 −1 | tests/ssd_generic_test.py |
Submodule sonic-sairedis
updated
3 files
+4 −0 | configure.ac | |
+10 −1 | syncd/Syncd.cpp | |
+2 −2 | syncd/scripts/syncd_init_common.sh |
Submodule sonic-swss
updated
17 files
+13 −2 | cfgmgr/intfmgr.cpp | |
+100 −0 | orchagent/aclorch.cpp | |
+20 −0 | orchagent/aclorch.h | |
+11 −0 | orchagent/bfdorch.cpp | |
+14 −7 | orchagent/flex_counter/flowcounterrouteorch.cpp | |
+21 −1 | orchagent/routeorch.cpp | |
+14 −0 | orchagent/vxlanorch.cpp | |
+44 −1 | tests/dvslib/dvs_acl.py | |
+51 −0 | tests/evpn_tunnel.py | |
+1 −1 | tests/mock_tests/Makefile.am | |
+26 −5 | tests/mock_tests/intfmgrd/intfmgr_ut.cpp | |
+141 −5 | tests/test_acl.py | |
+12 −1 | tests/test_bfd.py | |
+6 −58 | tests/test_evpn_l3_vxlan.py | |
+91 −42 | tests/test_evpn_l3_vxlan_p2mp.py | |
+49 −0 | tests/test_evpn_tunnel.py | |
+48 −0 | tests/test_evpn_tunnel_p2mp.py |
Submodule sonic-swss-common
updated
13 files
+29 −32 | .azure-pipelines/build_and_install_module.sh | |
+22 −1 | Makefile.am | |
+69 −79 | common/Makefile.am | |
+4 −0 | common/schema.h | |
+1 −7 | configure.ac | |
+1 −1 | debian/compat | |
+2 −8 | debian/control | |
+5 −12 | debian/rules | |
+2 −4 | pyext/Makefile.am | |
+9 −16 | pyext/py2/Makefile.am | |
+9 −16 | pyext/py3/Makefile.am | |
+10 −18 | sonic-db-cli/Makefile.am | |
+40 −48 | tests/Makefile.am |
Submodule sonic-utilities
updated
19 files