Upgrade to 8.2.1 causing problems

Mark_Andrews at isc.org Mark_Andrews at isc.org
Thu Aug 12 05:23:47 UTC 1999


> In article <37B14FC2.B65A1356 at fujitsu.com.au>,
> Geoff Steer  <Geoff.Steer at fujitsu.com.au> wrote:
> >The firewall is running Solaris 2.5.1 and  BIND 4.9.3-P1 which provide
> >the Internet view of fujitsu.com.au.
> 
> Why such an old BIND version on the firewall?  I think some old versions of
> BIND had problems with 0 TTL's.
> 

	Apply the following patch.

	Mark

Index: src/bin/named/ns_forw.c
===================================================================
RCS file: /proj/cvs/isc/bind/src/bin/named/ns_forw.c,v
retrieving revision 8.61
diff -c -r8.61 ns_forw.c
*** ns_forw.c	1999/06/20 23:44:54	8.61
--- ns_forw.c	1999/07/03 00:56:49
***************
*** 205,211 ****
  	qp->q_msgsize = msglen;
  	memcpy(qp->q_msg, msg, qp->q_msglen = msglen);
  	hp = (HEADER *) qp->q_msg;
! 	hp->rd = (qp->q_addr[n].forwarder ? 1 : 0);
  	qp->q_addr[0].stime = tt;
  
  #ifdef SLAVE_FORWARD
--- 205,211 ----
  	qp->q_msgsize = msglen;
  	memcpy(qp->q_msg, msg, qp->q_msglen = msglen);
  	hp = (HEADER *) qp->q_msg;
! 	hp->rd = (qp->q_addr[0].forwarder ? 1 : 0);
  	qp->q_addr[0].stime = tt;
  
  #ifdef SLAVE_FORWARD
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org


More information about the bind-users mailing list