Skip to content

Use first network interface that is up

Carlo Landmeter requested to merge github/fork/mtarsel/master into master

Created by: mtarsel

Previous code would return eth0 every time and pay no attention if interface was up. This patch gets the state from operstate file in sysfs to use the interface that is actually up in case there are multiple interfaces present. If no interface is up, just use last interface.

Merge request reports