So, I have an rpi and a router connected to the same power socket, and the router boots slower than the rpi when power comes up.
Since DHCP server is not ready when IP is requested, I end up with APIPA address instead and without gateway and all the good stuff. And I wonder, is there any trick inside netifrc that would let it keep trying until it succeeds?
Now, APIPA fallback does come in handy too once in a while, so I don't really want to disable it completely, but a single interface can have multiple addresses, so maybe I could have both of them work independently? I don't know, just thinking out loud.
Should everything else fail, I can always resort to a crude script launched from cron, but maybe there is a better way?
My conf.d/net config contains nothing related to eth0. The defaults are almost perfect, it just gives up too easily.

