Received: from mx.ams1.isc.org (mx.ams1.isc.org [199.6.1.65]) by bugs.isc.org (Postfix) with ESMTP id 5EAB62D2004F for ; Thu, 25 Sep 2014 14:34:52 +0000 (UTC) Received: from c-0500.emailmediator.com (c-0500.emailmediator.com [64.85.162.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx.ams1.isc.org (Postfix) with ESMTPS id 2698B1FCB9A for ; Thu, 25 Sep 2014 14:34:50 +0000 (UTC) Received: from pool-71-170-88-63.dllstx.fios.verizon.net ([71.170.88.63] helo=reedmedia.net) by c-0500.emailmediator.com with esmtpa (Exim 4.69) (envelope-from ) id 1XXA8A-00068l-LW for bind9-bugs@isc.org; Thu, 25 Sep 2014 10:34:50 -0400 Received: from reed@reedmedia.net by reedmedia.net with local (mailout 0.17) id 20011-1411655689; Thu, 25 Sep 2014 09:34:49 -0500 Delivered-To: bind9-bugs@bugs.isc.org MIME-Version: 1.0 User-Agent: Alpine 2.02 (NEB 1266 2009-07-14) Subject: -4 but disable6 not used in some places X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS autolearn=ham autolearn_force=no version=3.4.0 Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Thu, 25 Sep 2014 09:34:49 -0500 (CDT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.ams1.isc.org content-type: TEXT/PLAIN; charset="utf-8" Message-ID: To: bind9-bugs@isc.org X-X-Sender: reed@t1.m.reedmedia.net From: "Jeremy C. Reed" X-RT-Original-Encoding: US-ASCII Content-Length: 765 named manual says about -4: -4 Use IPv4 only even if the host machine is capable of IPv6. I used named -4 but log output said: 22-Sep-2014 14:20:18.922 using default UDP/IPv6 port range: [1024, 65535] 22-Sep-2014 14:20:18.923 no IPv6 interfaces found ... 22-Sep-2014 14:20:24.899 no IPv6 interfaces found It said that 81 times within 16 minutes. On another named -4 run, I had it configured with: listen-on-v6 { none; }; and it had the same behaviour. I didn't configure all the various other transfer etc tunables for v6 to try to turn it off. So why is use-v6-udp-ports done if -4 switch sets disable6 to true? And why is isc_net_probeipv6() done if disable6 is true? Either let's use disable6 or let's fix documentation. Thanks