sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did Add static anycast gateway related commands support. Refer to https://github.com/sonic-net/SONiC/pull/837 Refer to the original PR: https://github.com/sonic-net/sonic-utilities/pull/2881/ We resync the above PR to last master and add...
depends-on: https://github.com/sonic-net/sonic-buildimage/pull/18817 #### What I did To extend sysmonitor to report services states according to HLD: https://github.com/sonic-net/SONiC/pull/1363 #### How I did it * A new "irrel_for_sysready" configuration was added to...
#### What I did What I did: To encrypt the TACACS secret key using a predefined shared key. #### How I did it To encrypt the key with predefined shared...
Migrate AAA table in db_migrator This is a cherry-pick PR for https://github.com/sonic-net/sonic-utilities/pull/3284 #### Why I did it per-command AAA need enable in warm-upgrade case #### How I did it Add...
>file [](http://example.com/codeflow?start=50&length=4) We could optimize and do not use this tempfile. #Pending _Originally posted by @qiluo-msft in https://github.com/sonic-net/sonic-utilities/pull/3249#discussion_r1572913269_
#### What I did For the HTML code coverage report, .NET 6 or newer is needed. Install .NET 8 as it is the latest version currently. #### How I did...
#### Description PR https://github.com/sonic-net/sonic-buildimage/pull/10960 was merged to 202205 to fix issue: https://github.com/sonic-net/sonic-buildimage/issues/13137. It's found 10960 removed load_sonic_global_db_config() from db_connect_configdb in portconfig. Which requires applications to do load sonic db config...
#### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) #### New command...
#### What I did This update enhances the loopback command functionality to support configuring the loopback mode for specific logical ports, instead of applying the configuration to the entire physical...
#### What I did This pull request proposes the addition of a new command line subcommand, show interfaces counters fec-histogram, to monitoring network interfaces. This new command is designed to...