1 Commits
Author SHA1 Message Date
Daniel KerteszandGitHub cd43e0606a dhcp: wait indefinitely for interface to appear (#187)
On systems without an ethernet interface (like the Raspberry Pi Zero)
the `dhcp` program goes into a crash loop because it can't find eth0.

This PR adds an initial loop to wait for the given interface name to
appear before continuing with the rest of the program.

Fixes #144
2023-04-06 12:00:44 +02:00