suggestion to improve dhcpd behavior regarding

Alexander Clouter ac56 at soas.ac.uk
Fri Apr 25 14:13:45 UTC 2008


Hi,

Alexander Clouter <ac56 at soas.ac.uk> [20080425 15:00:22 +0100]:
>
> A better change would be (el pseudo code):
> 
> max_lease_time = ( default_lease_time > max_lease_time )
> 			: default_lease_time
> 			? DEFAULT_MAX_LEASE_TIME
>
Of course I meant:

max_lease_time = ( default_lease_time > DEFAULT_MAX_LEASE_TIME )
			? default_lease_time
			: DEFAULT_MAX_LEASE_TIME

Cheers

Alex


More information about the dhcp-hackers mailing list