On Wed, Jan 21, 2009 at 12:10:05PM +0300, Dmitry Rybin wrote:
> view "view0"{
>   max-cache-size 16M;
>   match-clients {
>     XXX.XXX.XXX.XXX;
>   };
>   include "net-views/view0.conf";
> };
> 
> [... skip 48 views ...]
> 
> view "view50"{
>   max-cache-size 8M;
>   match-clients {
>     XXX.XXX.XXX.XXX;
>   };
>   include "net-views/view50.conf";
> };

The way i read this you are using one view for each of the different
client IPs you have. Do you really need all of those or are you just
trying to have an internal and an external view for a range of clients?
The match-clients statement takes a list of IPs, CIDR ranges or ACLs.

        Stefan
-- 
printk("%s: huh ? Who issued this format command ?\n")
        linux-2.6.6/drivers/block/ps2esdi.c
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to