lease_cmds incorrectly parses lease expiration time provided in the lease-add command
leaseX-add commands allow for specifying a lease expiration time, which can be greater than 0xFFFFFFFF. However the code casts it to uint32_t value which causes an error claiming that the provided value is out of range.