redis_ippool module doesnot process lease_time in ack

Alan DeKok aland at deployingradius.com
Tue Apr 23 15:38:02 CEST 2019


On Apr 23, 2019, at 9:23 AM, Chinnapaiyan, Nagamani <Nagamani.Chinnapaiyan at viasat.com> wrote:
> 
> Hi,
> 
> I have redis_ippool module with below configurations,
>        offer_time = 120
>        lease_time = 3600
> 
> During offer 120 seconds is assigned. During ack the same 120 seconds is returned instead of assigning 3600 seconds.

  In the short term, you can do:

recv DHCP-Discover {
	update request {
		Pool-Action := Update
	}

	...
}

  and it will use "lease_time".

  We'll take a look at a better fix.

  Alan DeKok.




More information about the Freeradius-Users mailing list