[svn] commit: r3336 - /branches/vorner-recursor-config/src/bin/bind10/bind10.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Oct 23 12:17:53 UTC 2010


Author: vorner
Date: Sat Oct 23 12:17:48 2010
New Revision: 3336

Log:
Do not pass -f to b10-recurse

It no longer has this parameter. However, boss still takes -f address to
distinguish when to run -recurse and when -auth. Changing this is a
different task.

Modified:
    branches/vorner-recursor-config/src/bin/bind10/bind10.py.in

Modified: branches/vorner-recursor-config/src/bin/bind10/bind10.py.in
==============================================================================
--- branches/vorner-recursor-config/src/bin/bind10/bind10.py.in (original)
+++ branches/vorner-recursor-config/src/bin/bind10/bind10.py.in Sat Oct 23 12:17:48 2010
@@ -364,8 +364,6 @@
         else:
             dns_prog = 'b10-auth'
         dnsargs = [dns_prog, '-p', str(self.dns_port)]
-        if self.forward:
-            dnsargs += ['-f', str(self.forward)]
         if self.address:
             dnsargs += ['-a', str(self.address)]
         if self.nocache:




More information about the bind10-changes mailing list