anybody know if BIND 9 will have rrset-order?

Anthony Golia Anthony.Golia at morganstanley.com
Thu May 23 17:58:09 UTC 2002


# named-checkconf
/etc/named.conf:10: option 'rrset-order' is not implemented

I know round robin CNAMEs are illegal (which I use now), but it might be
nice to do something like:

rrset-order {
	class ANY type A name "foo.mydomain.com" order cyclic;
	class ANY type A name "bar.mydomain.com" order cyclic;
	order fixed;
};

so that I can turn off round robin for most hosts but turn it on for a
few


-- 
Anthony


More information about the bind-users mailing list