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.
Merge branch 'sonic-net:master' into master
- Loading branch information
Showing
8 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 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 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-dash-api
updated
3 files
+2 −2 | proto/meter.proto | |
+1 −1 | proto/route_type.proto | |
+3 −0 | proto/vnet_mapping.proto |
Submodule sonic-platform-common
updated
2 files
+22 −0 | sonic_platform_base/sonic_ssd/ssd_generic.py | |
+57 −0 | tests/ssd_generic_test.py |
Submodule sonic-swss
updated
17 files
+2 −1 | .azure-pipelines/test-docker-sonic-vs-template.yml | |
+180 −7 | orchagent/bfdorch.cpp | |
+16 −0 | orchagent/bfdorch.h | |
+2 −2 | orchagent/fabricportsorch.cpp | |
+2 −2 | orchagent/fdborch.cpp | |
+1 −0 | orchagent/fdborch.h | |
+2 −2 | orchagent/mirrororch.cpp | |
+1 −1 | orchagent/neighorch.cpp | |
+8 −2 | orchagent/orchdaemon.cpp | |
+21 −5 | orchagent/portsorch.cpp | |
+1 −0 | orchagent/portsorch.h | |
+4 −0 | orchagent/vnetorch.cpp | |
+2 −0 | tests/mock_tests/aclorch_ut.cpp | |
+1 −1 | tests/run-tests.sh | |
+142 −0 | tests/test_bfd.py | |
+67 −37 | tests/test_mux.py | |
+93 −0 | tests/test_vnet.py |
Submodule sonic-utilities
updated
5 files
+9 −11 | config/main.py | |
+2 −2 | doc/Command-Reference.md | |
+55 −1 | scripts/generate_dump | |
+19 −37 | sfputil/main.py | |
+166 −5 | tests/config_test.py |