Add support for OS X en0 on internal_ip
This commit is contained in:
parent
d611cc2e43
commit
289e59e789
|
@ -74,6 +74,7 @@ else:
|
||||||
_interface_starts = {
|
_interface_starts = {
|
||||||
'eth': 10, # Regular ethernet adapters : eth1
|
'eth': 10, # Regular ethernet adapters : eth1
|
||||||
'enp': 10, # Regular ethernet adapters, Gentoo : enp2s0
|
'enp': 10, # Regular ethernet adapters, Gentoo : enp2s0
|
||||||
|
'en': 10, # OS X : en0
|
||||||
'ath': 9, # Atheros WiFi adapters : ath0
|
'ath': 9, # Atheros WiFi adapters : ath0
|
||||||
'wlan': 9, # Other WiFi adapters : wlan1
|
'wlan': 9, # Other WiFi adapters : wlan1
|
||||||
'wlp': 9, # Other WiFi adapters, Gentoo : wlp5s0
|
'wlp': 9, # Other WiFi adapters, Gentoo : wlp5s0
|
||||||
|
|
Loading…
Reference in New Issue