RR Set order fixed

Alan Clegg Alan_Clegg at isc.org
Sun Jun 22 20:45:10 UTC 2008


Agarwal Vivek-RNGB36 wrote:
> Iam using ISC -BIND 9.3.4. I am trying to fix the order of A records but
> its not being fully implemented and providing me the same order even I
> reverse the records
> Its always giving me the smaller IP Address firstly
> 
> Can anybody tell that is it a bug and how I fix the order of A records
> in a specific order

Not knowing what you have tried, I'll tell you that the following works
fine (BIND 9.4.2):

options {
[...]
rrset-order {type A name "*.home.clegg.com" order fixed; order random;};
[...]
};

AlanC




More information about the bind-users mailing list