-
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 automatica…
…lly (#19120) #### Why I did it src/sonic-swss ``` * 835e576d - (HEAD -> master, origin/master, origin/HEAD) [tests] mark suppress-fib-pending VS test as expected to fail (6 hours ago) [Stepan Blyshchak] * 353ab92c - [subnet_decap] Add subnet decap (#3117) (10 hours ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
c198057
commit 180d5f9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
16 files
+28 −1 | cfgmgr/tunnelmgr.cpp | |
+1 −0 | cfgmgr/tunnelmgr.h | |
+10 −3 | orchagent/orchdaemon.cpp | |
+699 −155 | orchagent/tunneldecaporch.cpp | |
+91 −21 | orchagent/tunneldecaporch.h | |
+5 −1 | tests/mock_tests/flowcounterrouteorch_ut.cpp | |
+5 −1 | tests/mock_tests/intfsorch_ut.cpp | |
+5 −1 | tests/mock_tests/mock_orch_test.h | |
+14 −8 | tests/mock_tests/mux_rollback_ut.cpp | |
+14 −8 | tests/mock_tests/neighorch_ut.cpp | |
+5 −1 | tests/mock_tests/qosorch_ut.cpp | |
+5 −1 | tests/mock_tests/routeorch_ut.cpp | |
+30 −16 | tests/test_mux.py | |
+1 −1 | tests/test_route.py | |
+743 −76 | tests/test_tunnel.py | |
+14 −3 | tests/test_warm_reboot.py |