|
# On macOS, use networksetup to accurately identify interface types
|
|
# On macOS, use networksetup to accurately identify interface types
|
|
result = subprocess.run(['networksetup', '-listallhardwareports'], capture_output=True, text=True)
|
|
result = subprocess.run(['networksetup', '-listallhardwareports'], capture_output=True, text=True)
|