Report information
The Basics
Id:
22232
Status:
open
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
4.3.6
Priority:
P1 High
Severity:
S1 High
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Wed, 29 Sep 2010 14:15:20 -0400
Updated:Fri, 07 Jul 2017 15:36:44 -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: ddns-update-style is a global parameter
if the ddns-update-style parameter is enclosed in a group under the global scope:

group {
  ddns-update-style interim;
}

Then it will silently fail as the ddns-update-style is a global/fixed parameter.  We need the parser to generate a parse failure in this case.