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

#### What I did Fixes #2263 What is the problem? * Lanes is create-only field, so the parent `/PORT/Ethernet124` for example needs to be deleted then added. * Deletion of...

#### What I did This PR aims to propose the implementation of `show/config` commands and users can borrow these two commands to enable/disable high memory alerting and configure memory threshold...

Request for 202012 branch
Request for 202205 branch

#### What I did Fix undefined error code #### How I did it Import errno lib #### How to verify it Run unit tests #### Previous command output (if the...

Issue: Potential risk about cli() function without ctx in main function of acl_loader Root cause: SONiC will call cli() directly in acl-loader. But it still exist potential risk when run...

This seems a known issue in click: https://github.com/pallets/click/issues/267 Will try use subprocess.check_output to cover code in cli(). _Originally posted by @liuh-80 in https://github.com/Azure/sonic-utilities/pull/2238#discussion_r911674804_

#### Description Check https://github.com/Azure/sonic-mgmt/pull/5692 We need to check either: 1. The change is invalid, in such case we need to update YANG models 2. The change is valid, in such...

generic-config-updater

What I did Removed the dependency on the "Ethernet" string in the SONiC code base and added support for extending the front panel port name pattern. How I did it...

#### What I did The stage in ACL_TABLE in CONFIG_DB is ingress/egress when using config acl command. However, the leaf stage defined in sonic-acl.yang is EGRESS/INGRESS. I convert ingress/egress of...

…ving an incomplete support file. Signed-off-by: Jeff Henning #### What I did Fix generate_dump to not abort if a docker is not running. #### How I did it Add check...

Signed-off-by: Michał Mysłek What I did Adding the dynamic headroom calculation support for Barefoot platforms. Why I did it Enabling dynamic mode for barefoot case. How I verified it The...