-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 sonic-swss to the latest HEAD automatically
- Loading branch information
1 parent
371f6a6
commit b8a73fb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
18 files
+15 −4 | cfgmgr/buffer_pool_mellanox.lua | |
+2 −2 | cfgmgr/fabricmgr.cpp | |
+2 −0 | orchagent/aclorch.cpp | |
+43 −0 | orchagent/bulker.h | |
+416 −6 | orchagent/fabricportsorch.cpp | |
+5 −0 | orchagent/fabricportsorch.h | |
+0 −4 | orchagent/main.cpp | |
+1 −0 | orchagent/port.h | |
+58 −2 | orchagent/portsorch.cpp | |
+1 −0 | orchagent/portsorch.h | |
+12 −0 | orchagent/routeorch.cpp | |
+68 −0 | tests/mock_tests/portsorch_ut.cpp | |
+32 −0 | tests/mock_tests/routeorch_ut.cpp | |
+42 −0 | tests/test_acl.py | |
+38 −0 | tests/test_buffer_dynamic.py | |
+65 −0 | tests/test_fabric_port_isolation.py | |
+1 −1 | tests/test_warm_reboot.py | |
+82 −0 | tests/virtual_chassis/8/default_config.json |