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 sonic-swss commit id (sonic-net#73)
Co-authored-by: Vasant Patil <vapatil@linkedin.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
26 files
+0 −3 | neighsyncd/neighsync.cpp | |
+113 −29 | orchagent/fdborch.cpp | |
+9 −1 | orchagent/fdborch.h | |
+1 −1 | orchagent/main.cpp | |
+1 −1 | orchagent/mirrororch.cpp | |
+225 −2 | orchagent/neighorch.cpp | |
+13 −2 | orchagent/neighorch.h | |
+1 −0 | orchagent/observer.h | |
+1 −1 | orchagent/orchdaemon.cpp | |
+23 −9 | orchagent/portsorch.cpp | |
+1 −1 | orchagent/portsorch.h | |
+1 −0 | orchagent/routeorch.h | |
+78 −2 | tests/conftest.py | |
+0 −0 | tests/dvslib/__init__.py | |
+233 −0 | tests/dvslib/dvs_acl.py | |
+62 −0 | tests/dvslib/dvs_common.py | |
+363 −0 | tests/dvslib/dvs_database.py | |
+2 −2 | tests/mock_tests/Makefile.am | |
+6 −6 | tests/mock_tests/aclorch_ut.cpp | |
+7 −0 | tests/port_dpb.py | |
+77 −137 | tests/test_port_dpb_acl.py | |
+0 −0 | tests/test_port_dpb_neighbor.py | |
+426 −1 | tests/test_port_dpb_system.py | |
+4 −0 | tests/test_route.py | |
+17 −2 | tests/test_speed.py | |
+5 −8 | tests/test_vlan.py |