Report information
The Basics
Id:
44936
Status:
new
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
9.10.4
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S1 High
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Server
Area:
bug

Dates
Created:Wed, 22 Mar 2017 03:22:38 -0400
Updated:Mon, 10 Jul 2017 14:37:16 -0400
Closed:Not set



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: BIND 9.10.4 - the "forwarders" option of a zone can not be deleted
Date: Wed, 22 Mar 2017 07:22:35 +0000
To: bind-bugs@isc.org
From: "zhishupp" <zhishupp@vip.qq.com>
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