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
#### What I did
This PR include some fixes which were missed while manually porting the error reporting PR onto 202012 sonic-net#1833.
i.e. removing -it option from the docker exec commands. to understand why the -it option was removed, refer sonic-net#1723
This also include another fix which removes -d from the show ip interface command, which fails otherwise.
**Note:** -d option for "show ip interface" is working on master and 202106. and not for 202012. So, this change is particular to 202012.
Master:
```
admin@sonic-master-imge:~$ show ip interfaces -d all
Interface Master IPv4 address/mask Admin/Oper BGP Neighbor Neighbor IP
--------------- -------- ------------------- ------------ -------------- -------------
Loopback0 10.1.0.32/32 up/up N/A N/A
PortChannel0001 10.0.0.56/31 up/up ARISTA01T1 10.0.0.57
PortChannel0002 10.0.0.58/31 up/up ARISTA02T1 10.0.0.59
PortChannel0003 10.0.0.60/31 up/up ARISTA03T1 10.0.0.61
PortChannel0004 10.0.0.62/31 up/up ARISTA04T1 10.0.0.63
Vlan1000 192.168.0.1/21 up/up N/A N/A
docker0 240.127.1.1/24 up/down N/A N/A
eth0 10.75.206.180/24 up/up N/A N/A
lo 127.0.0.1/16 up/up N/A N/A
```
202012:
```
admin@sonic-202012-image:~$ show ip interfaces -d all
Usage: show ip interfaces [OPTIONS]
Try "show ip interfaces -h" for help.
Error: no such option: -d
```
#### How I did it
#### How to verify it
- Run the show tech-support and check the return status. It should be zero. (Atleast, it was on mellanox platform. I couldn't check the functions which were platform specific)
- Run the "show techsupport" test.
0 commit comments