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
ISC Open Source Projects
Kea
Commits
725862d7
Commit
725862d7
authored
Apr 14, 2017
by
Tomek Mrugalski
🛰
Browse files
[5213] config-reload documented.
parent
a286b3ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/guide/ctrl-channel.xml
View file @
725862d7
...
...
@@ -272,6 +272,35 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get"
</para>
</section>
<!-- end of command-config-get -->
<section
id=
"command-config-reload"
>
<title>
config-reload
</title>
<para>
The
<emphasis>
config-reload
</emphasis>
command instructs
Kea to load again the configuration file that was used
previously. This operation is useful if the configuration file
has been changed by some external sources. For example, a
sysadmin can tweak the configuration file and use this command
to force Kea pick up the changes.
</para>
<para>
Caution should be taken when mixing this with config-set
commands. Kea remembers the location of the configuration file
it was started with. This configuration can be significantly
changed using config-set command. When config-reload is issued
after config-set, Kea will attempt to reload its original
configuration from the file, possibly losing all changes
introduced using config-set or other commands.
</para>
<para><emphasis>
config-reload
</emphasis>
does not take any parameters.
An example command invocation looks like this:
<screen>
{
"command": "config-reload"
}
</screen>
</para>
</section>
<!-- end of command-config-reload -->
<section
id=
"command-config-test"
>
<title>
config-test
</title>
...
...
@@ -491,8 +520,7 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get"
command may look like this:
<screen>
{
"command": "shutdown",
"arguments": { }
"command": "shutdown"
}
</screen>
</para>
...
...
doc/guide/dhcp4-srv.xml
View file @
725862d7
...
...
@@ -3725,6 +3725,7 @@ src/lib/dhcpsrv/cfg_host_operations.cc -->
<itemizedlist>
<listitem>
build-report
</listitem>
<listitem>
config-get
</listitem>
<listitem>
config-reload
</listitem>
<listitem>
config-set
</listitem>
<listitem>
config-test
</listitem>
<listitem>
config-write
</listitem>
...
...
doc/guide/dhcp6-srv.xml
View file @
725862d7
...
...
@@ -3944,6 +3944,7 @@ If not specified, the default value is:
<itemizedlist>
<listitem>
build-report
</listitem>
<listitem>
config-get
</listitem>
<listitem>
config-reload
</listitem>
<listitem>
config-set
</listitem>
<listitem>
config-test
</listitem>
<listitem>
config-write
</listitem>
...
...
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