Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
3232c090
Commit
3232c090
authored
Mar 11, 2015
by
Marcin Siodelski
Browse files
[3688] Added description of the hostname reservations in the kea guide.
parent
e0407234
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/guide/dhcp4-srv.xml
View file @
3232c090
...
...
@@ -2124,10 +2124,22 @@ temporarily override a list of interface names and listen on all interfaces.
<section
id=
"reservation4-hostname"
>
<title>
Reserving a hostname
</title>
<!-- @todo: replace this with the actual text once #3688 is implemented -->
<para>
Reserving a hostname is currently not supported. It is possible
to specify that information in the configuration file, but that data
is not used by the server engine yet.
</para>
<para>
When the reservation for the client includes the
<command>
hostname
</command>
, the server will assign this hostname to the client and send
it back in the Client FQDN or Hostname option, depending on which of them
the client has sent to the server. The reserved hostname always takes
precedence over the hostname supplied by the client or the autogenerated
(from the IPv4 address) hostname. If the reservation for the hostname is
specified the server ignores the
<command>
qualifying-suffix
</command>
parameter and treats the value specified in the reservation as a fully
qualified name.
</para>
<note>
<para>
Future Kea versions may provide additional configuration
parameters to specify whether the reserved hostname is a fully qualified
name or the suffix should be appended.
</para>
</note>
</section>
<section
id=
"reservation4-options"
>
...
...
Write
Preview
Markdown
is supported
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