park-bench / netcheck

Finds the best network with access to the Internet.
GNU General Public License v3.0
0 stars 0 forks source link

Handle network interfaces that do not have an IP address #10

Closed emfrost closed 5 years ago

emfrost commented 6 years ago

Netcheck appears to just attempt to use an empty string as an IP address if it doesn't find one.

eviljoel commented 5 years ago

We no longer attempt to use an IP address. We use a gateway address instead and it is properly handled if it is None. Resolved following the merge of python-networkmanager.