Stop - before Loop?

billroy:
Wouldn't it be more stylish to loop retrying the DHCP connection than simply to stop?

Anyway, you can just write a forever loop: "while (1) {;}" to stop execution.

-br

Yes it would, but as it is even if my LAN is down, the loop begins..