Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 21:54:01 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/named Makefile.inc
Message-ID:  <200107170454.f6H4s1217301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2001/07/16 21:54:01 PDT

  Modified files:
    usr.sbin/named       Makefile.inc 
  Log:
  Set the NOADDITIONAL flag for bind.  This removes the 5% ttl reduction
  for glue records and forces the glue record to be reloaded from the real NS.
  
  The 5% ttl reduction can cause the glue IN A to timeout before the NS
  record in certain situations, such as when the domain owner does not match
  up NS records with the NIC.   This behavior by domain owners is becoming
  more common as primary zone serving iterates through another glue level
  (i.e. exodus hosts the master NS's but the customer then redirects the
  NS's to the real DNS servers).  The result is that named would appear to
  work properly for about 40 minutes, and then unexpectedly fail for that
  zone.  This causes named to behave very inconsistently and a google search
  shows that it has obviously frustrated many, many people.  So until the bind
  guys make named behave consistently (either fail instantly or accomodate the
  case), we need to set this option to accomodate the case.  The result
  will be much more consistent behavior and fewer head-scratching failures.
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.15      +3 -2      src/usr.sbin/named/Makefile.inc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107170454.f6H4s1217301>