Re: 4.2 and 4.3 BIND: masters_list does not work with masters option

2008-07-08 Thread David Newman
On 7/8/08 9:02 AM, Philip Guenther wrote: acl int_masters { 10.0.0.1; }; ... zone "somedomain.com" { type slave; masters { int_masters; }; file "slave/internal/somedomain.com"; }; but apparently named does not parse this and complains that

Re: 4.2 and 4.3 BIND: masters_list does not work with masters option

2008-07-08 Thread Philip Guenther
On Mon, Jul 7, 2008 at 5:44 PM, Jacob Yocom-Piatt <[EMAIL PROTECTED]> wrote: > afaict as of BIND 9.3.2 use of an acl in the masters option was supported, > e.g. > > acl int_masters { > 10.0.0.1; > }; > ... > zone "somedomain.com" { > type slave; > masters { int_m

Re: 4.2 and 4.3 BIND: masters_list does not work with masters option

2008-07-08 Thread Jacob Yocom-Piatt
David Newman wrote: On 7/7/08 4:44 PM, Jacob Yocom-Piatt wrote: afaict as of BIND 9.3.2 use of an acl in the masters option was supported, e.g. acl int_masters { 10.0.0.1; }; ... zone "somedomain.com" { type slave; masters { int_masters; };

Re: 4.2 and 4.3 BIND: masters_list does not work with masters option

2008-07-07 Thread David Newman
On 7/7/08 4:44 PM, Jacob Yocom-Piatt wrote: afaict as of BIND 9.3.2 use of an acl in the masters option was supported, e.g. acl int_masters { 10.0.0.1; }; ... zone "somedomain.com" { type slave; masters { int_masters; }; file "slave/inter

4.2 and 4.3 BIND: masters_list does not work with masters option

2008-07-07 Thread Jacob Yocom-Piatt
afaict as of BIND 9.3.2 use of an acl in the masters option was supported, e.g. acl int_masters { 10.0.0.1; }; ... zone "somedomain.com" { type slave; masters { int_masters; }; file "slave/internal/somedomain.com"; }; but apparentl