Slaves doesn't handle "expire" time correctly?

Adam Tkac atkac at redhat.com
Mon Jan 14 12:27:21 UTC 2008


On Mon, Jan 14, 2008 at 11:14:28PM +1100, Mark Andrews wrote:
> 
> 	Named implements sanity checks on SOA values.
> 
>                 zone->refresh = RANGE(refresh,
>                                       zone->minrefresh, zone->maxrefresh);
>                 zone->retry = RANGE(retry,
>                                     zone->minretry, zone->maxretry);
>                 zone->expire = RANGE(expire, zone->refresh + zone->retry,
>                                      DNS_MAX_EXPIRE);

Ah, I missed this feature. Thanks for info.

Adam

-- 
Adam Tkac, Red Hat, Inc.



More information about the bind-users mailing list