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
The current implementation of the show interfaces option/command only works on linux (and maybe other UNIX systems). The command uses netstat to get the interfaces, so either remove the dependance on that or make functions specific to the OS
(of course, I can always make a different version for each OS, but that's just tedious)