View | Details | Raw Unified | Return to bug 851769
Collapse All | Expand All

(-)NetworkInterfaces.rb.org (-1 / +1 lines)
Lines 260-266 Link Here
260
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "phy80211"))
260
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "phy80211"))
261
        return "wlan"
261
        return "wlan"
262
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "bridge"))
262
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "bridge"))
263
        return "bridge"
263
        return "br"
264
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "bonding"))
264
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "bonding"))
265
        return "bond"
265
        return "bond"
266
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "tun_flags"))
266
      elsif FileUtils.Exists(Ops.add(sys_dir_path, "tun_flags"))

Return to bug 851769