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

Signed-off-by: Masaru OKI #### What I did Add support VLAN sub interfaces (e.g. Ethernet0.100) for 'config nat add interface'. #### How I did it VLAN sub interface configuration is checked...

#### Description This is a test enhancement request per comment from @yxieca in the PR https://github.com/sonic-net/sonic-utilities/pull/2403 The issue is opened to add a unit test to verify "show techsupport" command...

multi_asic.is_multi_asic is bug that returns True if function NOT exists, so the if condition will never enter, letting multi_asic_namespace_validation_callback to never work. when changing to `multi_asic.is_multi_asic()`, for single-asic, we still...

#### What I did * Checking that the running image is switched or not after CDB_run during firmware upgrade process. #### How I did it * Call api.get_module_fw_info() for checking...

#### Description I recorded some issues about config.I hope it is useful. 1、At config/config_mgmt.py:648, there is "Exce" which looks like it should be "Exception". 2、Cmd "config mirror_session erspan add": gre_type...

Signed-off-by: LTeng #### What I did Fix #2415 1、At config/config_mgmt.py:648, there is "Exce" which looks like it should be "Exception". 2、Cmd "config mirror_session erspan add": gre_type is not required. validate_gre_type...

#### Description GCU patch application to replace/update lanes for Ethernet interface never terminates, hangs on on `Sorting patch updates` step ## Steps to reproduce the issue 1. Apply patch to...

generic-config-updater

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

[Inspur][utilities][201911] Fix warm-reboot may cause orchagent is frozened and wait forever Description: 1. When executing warm-reboot continuously, the orchagent cannot finish pre-warm task within 10 secs. 2. And then, the...

#### What I did Fixed invalid namespace issues that would occur when making sfputil CLI calls. #### How I did it Made a call to `load_db_config()` in `load_port_config()` #### How...

Chassis
Request for 202205 branch