On Tue, Nov 15, 2016 at 1:47 PM, Sven Eckelmann
<[email protected]> wrote:
> From: Marek Lindner <[email protected]>
>
> The lease timeout accepted by udhcpc can currently be any value between 16s
> and 268435455s (~8.5 years). This maximum limit can be too much for mobile
> setups with changing DHCP servers.

Describe a problematic scenario you have in mind.

> Usually these settings will then be
> lowered on the DHCP server. But the user may not have access over the DHCP
> server and thus has to avoid these large lease timeouts purely on the client
> side.

You can implement this in dhcp script, like this:

test "$lease" && test "$lease" -gt 3600 && lease=3600
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to