-
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 sonic-swss to the latest HEAD automatically
- Loading branch information
1 parent
216a605
commit 0e97ef6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
14 files
+1 −1 | orchagent/Makefile.am | |
+66 −8 | orchagent/aclorch.cpp | |
+18 −0 | orchagent/aclorch.h | |
+15 −3 | orchagent/portsorch.cpp | |
+4 −4 | orchagent/vxlanorch.cpp | |
+3 −2 | orchagent/vxlanorch.h | |
+4 −0 | tests/evpn_tunnel.py | |
+1 −0 | tests/mock_tests/Makefile.am | |
+296 −0 | tests/mock_tests/aclorch_rule_ut.cpp | |
+75 −21 | tests/mock_tests/check.h | |
+9 −0 | tests/mock_tests/mock_sai_api.h | |
+4 −0 | tests/mock_tests/mux_rollback_ut.cpp | |
+5 −5 | tests/test_srv6.py | |
+3 −1 | tests/test_vxlan_tunnel.py |