Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[show] Added alias interface mode support for 'show interfaces counte…
…rs ...' command --- What I did Fixes sonic-net#2464 --- How I did it Convert the alias name into interface name for "show interfaces counters -u xxx", "show interfaces counters detailed xxx" and "show interfaces counters rif xxx" subcommands. --- How to verify it 1. Set interface naming mode to alias. 2. Logout/Login. 3. Verify "show interfaces counters -i Eth1". 4. Verify "show interfaces counters rif Eth1". 5. Verify "show interfaces counters detailed Eth1". 6. Set interface naming mode to default. 7. Repeat step 3~5. Signed-off-by: Julian Chang - TW <julianc@supermicro.com.tw>
- Loading branch information