Changeset 3638 in MondoRescue for branches


Ignore:
Timestamp:
Dec 21, 2016, 7:53:33 PM (7 years ago)
Author:
Bruno Cornec
Message:

Exit after first network interface found (do not handle others that could be on the same network as it mixes up mondorestore.cfg)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/MondoRescue/bin/mr-net-get-config

    r3512 r3638  
    165165        my ($iface,$gw) = mr_net_get_def_gw();
    166166        mr_net_print_conf($fd, $if, $scheme, $if->address, $if->netmask, $if->broadcast, $if->hwaddr, $ARGV[0], $account, $hostip, $gw);
    167         last if ($pbdebug > 1);
     167        last;
    168168    }
    169169}
Note: See TracChangeset for help on using the changeset viewer.