Can't create Symbol Table

2011-07-25 Thread Vignesh Gadiyar
Hi, I have created a customized ordering similar to random and cyclic. I have compiled named and it didn't give me any problem. But it is failing to create symbol table for dig. I have included the prototypes in header files but still i'm getting some error like- export BASEOBJS="dig.o dighost.o "

Help with an error

2011-07-19 Thread Vignesh Gadiyar
Hi guys, I recently implemented an ordering of my own by providing an option similar to random and cyclic in the 'towiresorted' function and setting that order in the named.conf file by using rrset-order. The named binary is running fine and giving me the correct result while i use dig for eg. dig

Re: Doubt with towiresorted

2011-07-06 Thread Vignesh Gadiyar
answer section records were getting sorted in the random order and all other records were cyclic. Is this the behavior if we set order to any order we want. -Vignesh. On Mon, Jul 4, 2011 at 9:38 PM, Kevin Darcy wrote: > ** > On 7/1/2011 2:40 AM, Vignesh Gadiyar wrote: > > I have created a

Doubt with towiresorted

2011-07-01 Thread Vignesh Gadiyar
I have created a static zone file for "www.abcd.com" with the Answer section entries containing 2 IP addresses like 1.1.1.1 and 2.2.2.2. I tried to print these addresses in the towiresorted function for the random order like -> for(i=0;idata); inet_ntop(AF_INET,&(ip_host),adstr,ads

Doubt

2011-06-20 Thread Vignesh Gadiyar
What do the client.c and server.c programs in the /bin/named do? Regards. ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/li

Re: Help needed

2011-06-14 Thread Vignesh Gadiyar
c to the list > > On Tue, Jun 14, 2011 at 5:27 PM, Vignesh Gadiyar > wrote: > > BIND gives us the resolved IP addresses right before sending back the > reply. > > I have a code which ranks those based on some parameters. I wanted to > know > > where exactly in

Help needed

2011-06-14 Thread Vignesh Gadiyar
Hi, I am Vignesh from Bangalore and i was developing an application using Open source BIND wherein i needed to know where exactly, i mean from which function do we get the IP addresses looked up from the Domain names inputted, so as to perform the required functions on those ip addresses and return

Need some help

2011-06-14 Thread Vignesh Gadiyar
Hi, I am Vignesh from Bangalore and i was developing an application using Open source BIND wherein i needed to know where exactly, i mean in which function do we get the IP addresses looked up from the Domain names inputted, so as to perform the required functions on those ip addresses and return m