summaryrefslogtreecommitdiffstats
path: root/doc/guide/ctrl-channel.xml
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2017-04-18 20:37:11 +0200
committerTomek Mrugalski <tomasz@isc.org>2017-04-18 20:37:11 +0200
commit002e269071528cf1e5634141200f50aaeeac9b0e (patch)
tree141242152b38ccb4c3c4baa062ce80ca2b578468 /doc/guide/ctrl-channel.xml
parent[master] Finished merge of trac4242 (boost version detection) (diff)
downloadkea-002e269071528cf1e5634141200f50aaeeac9b0e.tar.xz
kea-002e269071528cf1e5634141200f50aaeeac9b0e.zip
[5187] Kea is less strict with filename argument to config-write
Diffstat (limited to 'doc/guide/ctrl-channel.xml')
-rw-r--r--doc/guide/ctrl-channel.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/guide/ctrl-channel.xml b/doc/guide/ctrl-channel.xml
index c73a0c0a9d..6bf1a74ef8 100644
--- a/doc/guide/ctrl-channel.xml
+++ b/doc/guide/ctrl-channel.xml
@@ -363,10 +363,9 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get"
to write its current configuration to a file on disk. It takes one
optional argument called <emphasis>filename</emphasis> that specifies
the name of the file to write configuration to. If not specified, the
- name used when starting Kea (passed as -c argument) will be used. Note
- that the filename specified must not contain .. or backslashes. Kea
- should be able to write its files only in the directory it is running
- and any attempts to step out of that directory will be rejected.</para>
+ name used when starting Kea (passed as -c argument) will be
+ used. If relative path is specified, Kea will write its files
+ only in the directory it is running.</para>
<para>
An example command invocation looks like this:
<screen>