Skip to content

initscript: try to get an IP from all network interfaces

Martin Roukala requested to merge get_ip_from_all_networks into master

When a machine has more than one network interface, it is probable that only one of the interfaces would get be connected to a DHCP server.

With this patch, we will be trying to get an IP from all the ethernet interfaces one after the other.

Merge request reports