sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### Description Ifacenaming mode failures with “show ip route ” for v4 or v6. “show ip route ” for v4 or v6 is NOT supported in ifacenaming mode in utilities_commom/cli.py...
#### What I did Added support for tofino3 P4 profiles naming. #### How I did it Changed P4 profile naming format for support new tofino3 profiles. Added backward compatibility support...
#### What I did Getting configs from CLI is very slow, need to get it from sonic-cffgen directly. #### How I did it Change CLI to sonic-cfggen #### How to...
#### What I did Add Semgrep workflow status badges to README.md file. #### How I did it Used [shields.io](https://shields.io/) API to add badges. #### How to verify it #### Previous...
show run bgp was not supporting multi-asic platforms. This PR is to achieve this CLI on multi-asic. #### What I did 1. take option 'namespace' for 'show run bgp' cmd,...
#### What I did Add time-based ACL support for acl-loader #### How I did it Modify code according to HLD: Dynamic-ACL-Design.md (Currently is under PR review) New acl-loader CLIs are...
#### 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...
Fixes #2464 Signed-off-by: Julian Chang - TW #### What I did This change fixed "show interfaces counters xxx" output nothing when naming mode is alias. #### How I did it...
#### Description Using "show interfaces counters detailed" command with alias interface name not showing any information. ## Steps to reproduce the issue 1. Change interface naming mode to alias. 2....
- What I did Add interface link-training command into the CLI doc - How I did it Update Command-Reference.md - How to verify it N/A Signed-off-by: Dante Su #### What...