sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did Change psushow to use key names under the `PSU_INFO|*` banner for clarity instead of via indexing method as was done previously. #### How I did it...
HLD can be found here: https://github.com/sonic-net/SONiC/pull/1258 Backend PRs: https://github.com/sonic-net/sonic-platform-common/pull/387 https://github.com/sonic-net/sonic-platform-daemons/pull/390 #### What I did According to window-based PM [HLD](https://github.com/sonic-net/SONiC/blob/d0364205764aa49decfca1eb669c76d7f0c8f4e0/doc/platform_api/CMIS_and_C-CMIS_support_for_ZR.md#74-cli-sample-output-format), add the advanced CLI for it. #### How I did it...
#### What I did Added multi-asic support to watermarkstat, fixing watermark/persistent-watermark related commands. Previously, the following commands were not behaving correctly on multi-asic devices, as the '-n' namespace option was...
#### What I did Previously, dropstat was not behaving correctly on multi-asic devices as the correct namespaces were not being traversed and namespace option `-n` was not available. This change...
hld:https://github.com/sonic-net/SONiC/pull/1446
#### What I did The cli changes are implemented as per the HLD mentioned below. https://github.com/sonic-net/SONiC/pull/1655 #### How I did it Implemented the below commands ================= Config commands ================ ```...
#### What I did Add CLIs support TWAMP Light feature according to [HLD sonic-net/SONiC#1320](https://github.com/sonic-net/SONiC/pull/1320) #### How I did it * Add config command to config twamp-light * Add show command...
#### What I did Added a new CLI command to add secondary subnet value. #### How I did it In the config class, added a snippet of code where the...
#### What I did Add unit test/runtime alert for db_migrator.py/load_minigraph: ConfigDB passing yang validation #### How I did it Use subprocess to run yang validation, and then warm-reboot performance will...
#### What I did Added CLI commands for Banner feature according to HLD: https://github.com/sonic-net/SONiC/pull/1361 #### How I did it Added CLI commands to: 1. Enable/disable Banner feature 2. Configure Banner...