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.
For Chassis Adverstise chassis hostname if present.
Signed-off-by: Abhishek Dosi <[email protected]>
- Loading branch information
Showing
29 changed files
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sonic-platform-modules-arista
updated
46 files
Submodule saibcm-modules-dnx
updated
459 files
Submodule sonic-platform-modules-arista
updated
46 files
Submodule sonic-platform-modules-nokia
updated
114 files
Submodule dhcpmon
updated
4 files
+1 −0 | .azure-pipelines/build.yml | |
+1 −1 | objects.mk | |
+182 −11 | src/dhcp_device.cpp | |
+24 −0 | src/dhcp_device.h |
Submodule dhcprelay
updated
8 files
+1 −0 | .azure-pipelines/build.yml | |
+1 −0 | .github/workflows/codeql-analysis.yml | |
+1 −1 | Makefile | |
+1 −0 | lgtm.yml | |
+0 −4 | src/config_interface.cpp | |
+364 −113 | src/relay.cpp | |
+105 −10 | src/relay.h | |
+175 −30 | test/mock_relay.cpp |
Submodule linkmgrd
updated
7 files
Submodule ptf-py3
updated
22 files
+23 −18 | .github/workflows/build.yml | |
+0 −38 | .github/workflows/pypi.yml | |
+0 −3 | .gitignore | |
+0 −8 | CI/install-nnpy.sh | |
+1 −1 | CI/travis/check-nnpy.py | |
+0 −0 | CI/travis/common.sh | |
+0 −0 | CI/travis/install-nanomsg.sh | |
+8 −0 | CI/travis/install-nnpy.sh | |
+0 −0 | CI/travis/run_tests.sh | |
+13 −4 | README.md | |
+7 −13 | ptf | |
+4 −1 | ptf_nn/ptf_nn_agent.py | |
+0 −14 | pyproject.toml | |
+2 −0 | requirements-dev.txt | |
+1 −0 | requirements.txt | |
+0 −27 | setup.cfg | |
+42 −3 | setup.py | |
+0 −7 | src/ptf/__init__.py | |
+24 −36 | src/ptf/dataplane.py | |
+1 −1 | src/ptf/mask.py | |
+1 −1 | src/ptf/ptfutils.py | |
+2 −5 | src/ptf/testutils.py |
Submodule sonic-dbsyncd
updated
3 files
+6 −13 | azure-pipelines.yml | |
+0 −2 | src/lldp_syncd/daemon.py | |
+1 −40 | tests/test_lldpSyncDaemon.py |
Submodule frr
updated
90 files
Submodule sonic-gnmi
updated
50 files
Submodule sonic-host-services
updated
79 files
Submodule sonic-linux-kernel
updated
258 files
Submodule sonic-mgmt-common
updated
222 files
Submodule sonic-mgmt-framework
updated
72 files
Submodule sonic-pins
updated
9 files
Submodule sonic-platform-common
updated
46 files
Submodule sonic-platform-daemons
updated
34 files
Submodule sonic-platform-pde
updated
3 files
+0 −22 | .github/workflows/semgrep.yml | |
+1 −1 | sonic-pde-tests/sonic_pde_saiut/Makefile | |
+4 −4 | sonic-pde-tests/sonic_pde_tests/test_psu.py |
Submodule sonic-sairedis
updated
147 files
Submodule sonic-snmpagent
updated
18 files
Submodule sonic-swss
updated
274 files
Submodule sonic-swss-common
updated
80 files
Submodule sonic-utilities
updated
150 files
Submodule sonic-ztp
updated
7 files
Submodule sonic-wpa-supplicant
updated
6 files
+2 −3 | .github/workflows/codeql-analysis.yml | |
+0 −22 | .github/workflows/semgrep.yml | |
+1 −8 | debian/rules | |
+0 −2 | hostapd/Makefile | |
+4 −41 | src/crypto/crypto_openssl.c | |
+4 −1 | wpa_supplicant/Makefile |