-
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 sonic-swss submodule (#14177)
Update sonic-swss submodule pointer to include the following: * 98a16cf [ACL] Write ACL table/rule creation status into STATE_DB ([#2662](sonic-net/sonic-swss#2662)) * a2c9a61 [EVPN]Handling error scenarios during route programming and IMR add ([#2670](sonic-net/sonic-swss#2670)) * 115efe8 [bfdorch] add default TOS value for BFD session ([#2689](sonic-net/sonic-swss#2689)) * a198289 [orchagent, SRv6]: create seglist support to set sid list type ([#2406](sonic-net/sonic-swss#2406))
- Loading branch information
1 parent
35f8101
commit 43af6b9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss
updated
17 files
+1 −0 | doc/swss-schema.md | |
+100 −0 | orchagent/aclorch.cpp | |
+20 −0 | orchagent/aclorch.h | |
+11 −0 | orchagent/bfdorch.cpp | |
+19 −0 | orchagent/routeorch.cpp | |
+25 −4 | orchagent/srv6orch.cpp | |
+1 −1 | orchagent/srv6orch.h | |
+14 −0 | orchagent/vxlanorch.cpp | |
+44 −1 | tests/dvslib/dvs_acl.py | |
+51 −0 | tests/evpn_tunnel.py | |
+141 −5 | tests/test_acl.py | |
+12 −1 | tests/test_bfd.py | |
+6 −58 | tests/test_evpn_l3_vxlan.py | |
+91 −42 | tests/test_evpn_l3_vxlan_p2mp.py | |
+49 −0 | tests/test_evpn_tunnel.py | |
+48 −0 | tests/test_evpn_tunnel_p2mp.py | |
+29 −5 | tests/test_srv6.py |