]> git.ipfire.org Git - thirdparty/bind9.git/commit
2930. [experimental] New "rndc addzone" and "rndc delzone" commads
authorEvan Hunt <each@isc.org>
Sun, 11 Jul 2010 00:12:19 +0000 (00:12 +0000)
committerEvan Hunt <each@isc.org>
Sun, 11 Jul 2010 00:12:19 +0000 (00:12 +0000)
commit92f39ccb5b661f2e736d5c9e3ebb9b66831a3633
treee9187ca64a9d3808a21cc9be30c1ce158d6ad6e9
parente2f3912e14e45dd3a41fd5561e0d0bfb4179739e
2930. [experimental] New "rndc addzone" and "rndc delzone" commads
allow dynamic addition and deletion of zones.
To enable this feature, specify a "new-zone-file"
option at the view or options level in named.conf.
Zone configuration information for the new zones
will be written into that file.  To make the new
zones persist after a restart, "include" the file
into named.conf in the appropriate view.  (Note:
This feature is not yet documented, and its syntax
is expected to change.) [RT #19447]
13 files changed:
CHANGES
bin/named/control.c
bin/named/include/named/control.h
bin/named/include/named/server.h
bin/named/server.c
bin/named/zoneconf.c
bin/rndc/rndc.c
lib/dns/include/dns/resolver.h
lib/dns/include/dns/view.h
lib/dns/resolver.c
lib/dns/view.c
lib/isccfg/include/isccfg/namedconf.h
lib/isccfg/namedconf.c