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
[portconfig] Validate duplicate speed value and interface type value (sonic-net#1745)
#### What I did
Validate input parameter for command `config interface advertised-speeds` and `config interface advertised-types`, make sure there is no duplicate speeds or types
#### How I did it
Split input speeds/types with "," and check if there is a duplication, if yes, print an error.
#### How to verify it
1. new unit test case
2. manual test
0 commit comments