Subject: ddns-update-style is a global parameter
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
X-Mailer: MIME-tools 5.428 (Entity 5.428)
Content-Disposition: inline
Content-Transfer-Encoding: binary
X-RT-Original-Encoding: utf-8
Content-Length: 317
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.