From www@isc.org Wed Mar 22 07:22:38 2017 MIME-Version: 1.0 X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) content-type: text/plain; charset="utf-8" Message-ID: Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) by bugs.isc.org (Postfix) with ESMTP id F194971B5A8 for ; Wed, 22 Mar 2017 07:22:37 +0000 (UTC) Received: from iscwebprod.isc.org (iscwebprod.isc.org [IPv6:2001:4f8:1:d::16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id E1B9B3496FF for ; Wed, 22 Mar 2017 07:22:35 +0000 (UTC) Received: from www (uid 80) (envelope-from www@iscwebprod.isc.org) id 7b7d0b by iscwebprod.isc.org (DragonFly Mail Agent v0.11); Wed, 22 Mar 2017 07:22:35 +0000 Delivered-To: bind9-bugs@bugs.isc.org Subject: BIND 9.10.4 - the "forwarders" option of a zone can not be deleted Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Wed, 22 Mar 2017 07:22:35 +0000 X-Wpcf7-Content-Type: text/plain X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org X-PHP-Originating-Script: 20001:class-phpmailer.php To: bind-bugs@isc.org From: "zhishupp" X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 791 Bug Report from www.isc.org: Name: zhishupp Email: zhishupp@vip.qq.com Software Version: BIND 9.10.4 OS: Linux (CentOS with Kernal 3.10.0) Subject:the "forwarders" option of a zone can not be deleted Bug Detail =========== 1. using rndc addzone to add a zone: rndc addzone z in v {type master; file "f.z"; forwarders{};}; 2. using rndc delzone to delete the zone added before: rndc delzone z in v 3. then repeat 1 step, the zone can not be added now: rndc: 'addzone' failed: already exists configure_zone failed: already exists 4. check code of server.c, and functions below configure_zone configure_forward dns_fwdtable_addfwd I found the forwarders option was added to view->fwdtable, and delzone did not delete it. --- This email was received through isc.org Bug Submission Form