Skip to content

initscript: keep reprobing for network interfaces when none are found

Martin Roukala requested to merge reprobe_nic into master

When a machine uses a USB-based network adapter to connect to the gateway, the nic may not have been probed by Linux by the time we reach the connect function.

To fix this issue, let's give it 10 seconds to appear, with a check every 500ms.

Merge request reports