sonic-utilities icon indicating copy to clipboard operation
sonic-utilities copied to clipboard

Command line utilities for the SONiC project

Results 310 sonic-utilities issues
Sort by recently updated
recently updated
newest added

fixing https://github.com/sonic-net/sonic-buildimage/issues/9946 *CLI throws an error specifying the user that Vlan 1 is default VLAN. Fix Orchagent crash. Signed-off-by: Julian Chang - TW #### What I did BACKPORT OF: #2075...

#### What I did Static lag support for 202211 branch using the following md https://github.com/sonic-net/SONiC/pull/1039 other dependent pull request https://github.com/sonic-net/sonic-buildimage/pull/12360 https://github.com/sonic-net/sonic-swss/pull/2486 https://github.com/sonic-net/sonic-utilities/pull/2436 #### How I did it 1. Add static...

Import buffer config to Profile DB when load minigraph. #### What I did Import buffer config to Profile DB when load minigraph. #### How I did it Add new parameter...

Signed-off-by: maipbui #### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) ####...

Signed-off-by: maipbui #### What I did 1. `subprocess()` - when using with `shell=True` is dangerous. Using subprocess function without a static string can lead to command injection. 2. `getstatusoutput` implementation...

#### What I did -Fix ValidatedConfigDBConnector decorator code to account for adding to a table that is possibly nonexistent to begin with -Add YANG validation via ValidatedConfigDBConnector decorator for MIRROR_SESSION...

#### What I did Fix KeyError exception for show acl table root@sonic:/home/admin# config acl add table test CTRLPLANE root@sonic:/home/admin# show acl table Traceback (most recent call last): File "/usr/local/bin/acl-loader", line...

Signed-off-by: kannankvs #### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) ####...

VRF name format in APPL_DB is "Vrf*", not "VRF-*". Signed-off-by: Masaru OKI #### What I did Work `show ip fib` with vrf correctly. #### How I did it Correct VRF...

#### Description There is a section in the table of contents named [Kubernetes Config Commands](https://github.com/sonic-net/sonic-utilities/blob/master/doc/Command-Reference.md?plain=1#L80) but there are no commands in the document for the mentioned section. Please add the...