-
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
f363258
commit bf9f3f6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
30 files
+1 −0 | debian/rules | |
+1 −1 | orchagent/Makefile.am | |
+66 −8 | orchagent/aclorch.cpp | |
+18 −0 | orchagent/aclorch.h | |
+17 −3 | orchagent/intfsorch.cpp | |
+24 −3 | orchagent/main.cpp | |
+16 −2 | orchagent/nexthopgroupkey.h | |
+15 −6 | orchagent/nexthopkey.h | |
+112 −13 | orchagent/nhgorch.cpp | |
+15 −11 | orchagent/orchdaemon.cpp | |
+3 −3 | orchagent/orchdaemon.h | |
+15 −3 | orchagent/portsorch.cpp | |
+166 −72 | orchagent/routeorch.cpp | |
+17 −7 | orchagent/routeorch.h | |
+780 −58 | orchagent/srv6orch.cpp | |
+102 −2 | orchagent/srv6orch.h | |
+3 −0 | orchagent/swssnet.h | |
+4 −4 | orchagent/vxlanorch.cpp | |
+3 −2 | orchagent/vxlanorch.h | |
+1 −1 | tests/conftest.py | |
+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 | |
+31 −0 | tests/mock_tests/routeorch_ut.cpp | |
+527 −6 | tests/test_srv6.py | |
+3 −1 | tests/test_vxlan_tunnel.py | |
+34 −0 | tests/test_zmq.py |