sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did This PR is to update command `config qos clear`. Before the update: `config qos clear` doesn't clear the `TC_TO_DSCP_MAP`. After the update `TC_TO_DSCP_MAP` is cleared when...
#### Description The existing command *show pfcwd stats* shows the number of WD events detected and restored for a particular port/queue, along with the Tx/Rx forward/drop packet counters. This ticket...
#### Description There is currently no check to see if a vlan is mapped to a vxlan when its being deleted via config cli There are checks to see if...
#### Description https://github.com/sonic-net/sonic-utilities/blob/master/config/main.py#L5187 del_vrf will delete a vrf even if there are interfaces attached. it uses another function del_interface_bind_to_vrf to remove any connections before removing the vrf. This is unlike...
Let's merge current PR, backport, ask client to explicitly use the option, and you submit another PR to achieve the expected behavior. _Originally posted by @qiluo-msft in https://github.com/sonic-net/sonic-utilities/pull/2350#discussion_r974887464_
#### What I did Test only #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) ####...
#### What I did Fix "config save" while its filename with special character #### How I did it Use 'echo' command with the filename to strip the special character.
#### What I did The show runningconfiguration ACL output does not contain the ACL_TABLE configuration #### How I did it Add ACL_TABLE in show runningconfiguration acl #### How to verify...
#### What I did Fixed the description of the command ‘show ipv6 bgp summary’ #### How I did it modify IPv4 to IPv6 #### How to verify it #### Previous...
**_It`s cherry-pick from master branch:_** https://github.com/Azure/sonic-utilities/pull/2073 **What I did** Fixed import error Added unit test for that case **How I did it** Used relative import to import file from the...