Skip to content

Add missing return to ip_choose_if

Carlo Landmeter requested to merge github/fork/hberntsen/fix-ip-choose-if into master

Created by: hberntsen

Right now, when $KOPT_BOOTIF is specified, it can echo a device related to that option and still continue with the loop that checks the operstate. Due to this, it can echo two network interfaces. This pr fixes that so it will only return a single network interface.

Merge request reports