forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[github actions] update sonic-net/sonic-swss sonic-net/sonic-sairedis…
… sonic-net/sonic-utilities sonic-net/sonic-platform-daemons branches
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule sonic-platform-daemons
updated
2 files
+22 −0 | .github/workflows/sync_upstream.yml | |
+3 −3 | sonic-xcvrd/xcvrd/xcvrd_utilities/port_event_helper.py |
Submodule sonic-swss
updated
16 files
+22 −0 | .github/workflows/sync_upstream.yml | |
+60 −4 | cfgmgr/portmgr.cpp | |
+2 −1 | cfgmgr/portmgr.h | |
+16 −1 | neighsyncd/neighsync.cpp | |
+66 −8 | orchagent/aclorch.cpp | |
+18 −0 | orchagent/aclorch.h | |
+15 −3 | orchagent/portsorch.cpp | |
+36 −11 | orchagent/vxlanorch.cpp | |
+4 −3 | orchagent/vxlanorch.h | |
+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 | |
+45 −0 | tests/test_portchannel.py | |
+3 −1 | tests/test_vxlan_tunnel.py |
Submodule sonic-utilities
updated
22 files
+22 −0 | .github/workflows/sync_upstream.yml | |
+49 −21 | config/main.py | |
+18 −0 | doc/Command-Reference.md | |
+2 −2 | generic_config_updater/gcu_field_operation_validators.conf.json | |
+29 −0 | scripts/db_migrator.py | |
+68 −0 | scripts/generate_dump | |
+8 −3 | scripts/ipintutil | |
+68 −0 | show/interfaces/__init__.py | |
+15 −1 | show/platform.py | |
+0 −124 | tests/config_override_input/new_feature_config.json | |
+0 −10 | tests/config_override_test.py | |
+64 −0 | tests/config_test.py | |
+61 −0 | tests/db_migrator_input/appl_db/tunnel_table_expected.json | |
+25 −0 | tests/db_migrator_input/appl_db/tunnel_table_input.json | |
+3 −0 | tests/db_migrator_input/config_db/tunnel_table_input.json | |
+34 −0 | tests/db_migrator_test.py | |
+120 −0 | tests/interfaces_test.py | |
+8 −0 | tests/mock_tables/config_db.json | |
+27 −0 | tests/mock_tables/state_db.json | |
+38 −0 | tests/show_platform_test.py | |
+7 −1 | tests/show_test.py | |
+22 −22 | utilities_common/helper.py |