rndc changezone
Jeremy C. Reed
jreed at isc.org
Tue Jul 8 17:48:24 UTC 2014
On Tue, 8 Jul 2014, Klaus Darilion wrote:
> I try to implement a "rndc changezone" which allows me to change the
> config of a zone which was added with "rndc addzone".
>
> I greped the code for "delzone" and "addzone" and added my code to the
> same places. rndc accepts the new option but bind named refuses the
> command with:
> named[13052]: unknown option 'changezone'
That error message comes from parsing the configuration option block
(cfg_parse_mapbody). I am guessing you accidently passed the wrong field
to a cfg_* parser.
You may want to share your patch here.
More information about the bind-workers
mailing list