Add missing return to ip_choose_if
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.