Skip to content
Snippets Groups Projects

Add missing return to ip_choose_if

Closed Carlo Landmeter requested to merge github/fork/hberntsen/fix-ip-choose-if into master
  1. Apr 27, 2019
    • Harm Berntsen's avatar
      Add missing return to ip_choose_if · 63ea0ab6
      Harm Berntsen authored
      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 commit
      fixes that so it will only return a single network interface.
      Unverified
      63ea0ab6
Loading