mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
This prevents DHCP requests failures taking time during boot if the interface isn't up yet. If the interface is down, dhclient will fail to send packets. At boot-time, enslaving an interface to vrf flaps it. By waiting for the interface to come back up before starting dhclient reduces time to boot. Reviewed-by: CCR-10987 Closes: CM-32460 Co-developed-by: Nilesh Shinde <nilesh@nvidia.com> Signed-off-by: Andy Roulin <aroulin@nvidia.com>