-
Notifications
You must be signed in to change notification settings - Fork 42
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 (#639) #### Why I did it src/sonic-swss ``` * 4baf54f - (HEAD -> 202412, origin/202412) SRv6: add dscp_mode configuration for MySID entry (#38) (6 hours ago) [mssonicbld] * ff491ba - [SRv6] Add support for SRv6 VPN (#37) (9 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
60c0a1f
commit 3785b2a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
14 files
+16 −2 | orchagent/nexthopgroupkey.h | |
+15 −6 | orchagent/nexthopkey.h | |
+112 −13 | orchagent/nhgorch.cpp | |
+12 −4 | orchagent/orchdaemon.cpp | |
+153 −67 | orchagent/routeorch.cpp | |
+17 −7 | orchagent/routeorch.h | |
+1,255 −64 | orchagent/srv6orch.cpp | |
+154 −4 | orchagent/srv6orch.h | |
+9 −4 | tests/mock_tests/aclorch_ut.cpp | |
+9 −4 | tests/mock_tests/flowcounterrouteorch_ut.cpp | |
+9 −4 | tests/mock_tests/intfsorch_ut.cpp | |
+9 −4 | tests/mock_tests/mock_orch_test.cpp | |
+9 −4 | tests/mock_tests/routeorch_ut.cpp | |
+705 −1 | tests/test_srv6.py |