Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
547094b7
Commit
547094b7
authored
Jun 04, 2013
by
JINMEI Tatuya
Browse files
[2964] updated doc for loadzone -e so it more focuses on creating empty zone.
parent
9b95e643
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/loadzone/b10-loadzone.xml
View file @
547094b7
...
...
@@ -67,10 +67,9 @@
in a BIND 10 ready data source format.
Master files are text files that contain DNS Resource Records
in text form.
This utility can also be used to empty current content, if any,
of the specified zone from the specified data source so the
existence of the zone is recognized in the data source without
any content (resource records).
This utility can also be used to create an empty zone on the
specified data source so the existence of the zone is recognized
in the data source without any content (resource records).
</para>
<note><simpara>
Currently only the SQLITE3 data source is supported.
</simpara></note>
...
...
@@ -118,13 +117,12 @@
If the
<command>
-e
</command>
command line option is specified,
<command>
b10-loadzone
</command>
does not take the zone name
argument.
In this case it empties any existing content of the specified
zone from the specified data source while the data source still
recognizes the existence of the zone. If the zone originally
didn't exist in the zone, it effectively creates the zone without
any content.
This mode of operation can be used for setting up a secondary
zone before transferring zone content from a primary server.
In this case it creates an empty zone without any content
while the data source still recognizes the existence of the
zone.
If the specified zone already has some content, this mode of
operation will remove it (but the existence of the zone in the
data source will be still recognized).
</para>
</refsect1>
...
...
@@ -167,7 +165,8 @@
<varlistentry>
<term>
-e
</term>
<listitem><para>
Empty any existing zone content instead of loading new one.
Create an empty zone, or empty existing zone content
instead of loading new one.
When this option is specified, the zone file command line
argument must not be provided.
The
<command>
-i
</command>
option has no effect, but it
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment