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
ifconfig returns a different string for the interface names. The command used to fetch the interfaces, ifconfig | grep '^[a-z]' | awk '{print $1}', looks like this: