Skip to content
GitLab
Menu
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
52503607
Commit
52503607
authored
Feb 13, 2017
by
Tomek Mrugalski
🛰
Browse files
[3770_rebase] Clarified what is not sanity-checked.
parent
5f270aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/kea-dhcp4.xml
View file @
52503607
...
...
@@ -104,9 +104,11 @@
<varlistentry>
<term><option>
-t
</option></term>
<listitem><para>
Check the syntax of the configuration file (specified with
-c) and report the first error if any.
<listitem><para>
Check the syntax of the configuration file
(specified with -c) and report the first error if any. Note
that not all parameters are completely checked, in
particular, traffic sockets are not opened, control channel
socket is not opened and hook libraries are not loaded.
</para></listitem>
</varlistentry>
...
...
src/bin/dhcp6/kea-dhcp6.xml
View file @
52503607
...
...
@@ -105,9 +105,11 @@
<varlistentry>
<term><option>
-t
</option></term>
<listitem><para>
Check the syntax of the configuration file (specified with
-c) and report the first error if any.
<listitem><para>
Check the syntax of the configuration file
(specified with -c) and report the first error if any. Note
that not all parameters are completely checked, in
particular, traffic sockets are not opened, control channel
socket is not opened and hook libraries are not loaded.
</para></listitem>
</varlistentry>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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