You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[show] Issue in CLI output alignment with shorter alias names in intf naming mode "alias" sonic-net#1397 (sonic-net#1411)
#### What I did
Added fix for Issue in CLI output alignment with shorter alias names in intf naming mode "alias"
#### How I did it
Added code to remove last few extra characters from string (-------…) using Slicing & Positive Indexing in python, to match the width to alias's name(not interface)
0 commit comments