mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[2473] various minor changes
some of the changes are unrelated to this branch, but they were minor and I noticed while reviewing. grammar improvements remove unuseful shutdown examples add some docbook formatting tags commented out an empty TODO section.
This commit is contained in:
@@ -3330,7 +3330,7 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
|
|||||||
skeleton server. That means that while it is capable of
|
skeleton server. That means that while it is capable of
|
||||||
performing DHCP configuration, it is not fully functional.
|
performing DHCP configuration, it is not fully functional.
|
||||||
In particular, it does not have a functional lease
|
In particular, it does not have a functional lease
|
||||||
databases. This means that they will assign the same, fixed,
|
database. This means that they will assign the same, fixed,
|
||||||
hardcoded addresses to any client that will ask. See <xref
|
hardcoded addresses to any client that will ask. See <xref
|
||||||
linkend="dhcp4-limit"/> for a
|
linkend="dhcp4-limit"/> for a
|
||||||
detailed description.
|
detailed description.
|
||||||
@@ -3356,10 +3356,8 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
|
|||||||
> <userinput>config commit</userinput></screen></para>
|
> <userinput>config commit</userinput></screen></para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To shutdown running <command>b10-dhcp4</command>, please use the
|
To stop running <command>b10-dhcp4</command>, please use the
|
||||||
following command:
|
following command:
|
||||||
<screen>> <userinput>Dhcp4 shutdown</userinput></screen>
|
|
||||||
or
|
|
||||||
<screen>> <userinput>config remove Boss/components b10-dhcp4</userinput>
|
<screen>> <userinput>config remove Boss/components b10-dhcp4</userinput>
|
||||||
> <userinput>config commit</userinput></screen></para>
|
> <userinput>config commit</userinput></screen></para>
|
||||||
|
|
||||||
@@ -3467,8 +3465,8 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1";</screen>
|
|||||||
<simpara><command>b10-dhcp4</command> does not support
|
<simpara><command>b10-dhcp4</command> does not support
|
||||||
BOOTP. That is a design choice. This limitation is
|
BOOTP. That is a design choice. This limitation is
|
||||||
permanent. If you have legacy nodes that can't use DHCP and
|
permanent. If you have legacy nodes that can't use DHCP and
|
||||||
require BOOTP support, please use latest version of ISC DHCP
|
require BOOTP support, please use the latest version of ISC DHCP
|
||||||
<ulink url="http://www.isc.org/software/dhcp"/>.</simpara>
|
via <ulink url="http://www.isc.org/software/dhcp"/>.</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>Interface detection is currently working on Linux
|
<simpara>Interface detection is currently working on Linux
|
||||||
@@ -3533,7 +3531,7 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1";</screen>
|
|||||||
<section id="dhcp6-install">
|
<section id="dhcp6-install">
|
||||||
<title>DHCPv6 Server Build and Installation</title>
|
<title>DHCPv6 Server Build and Installation</title>
|
||||||
<para>
|
<para>
|
||||||
DHCPv6 is part of the BIND suite of programs and is built as part of
|
DHCPv6 is part of the BIND 10 suite of programs and is built as part of
|
||||||
the build of BIND 10. With the use of MySQL, some additional
|
the build of BIND 10. With the use of MySQL, some additional
|
||||||
installation steps are needed:
|
installation steps are needed:
|
||||||
</para>
|
</para>
|
||||||
@@ -3554,7 +3552,7 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1";</screen>
|
|||||||
i.e.
|
i.e.
|
||||||
<screen><userinput>./configure [other-options] --with-dhcp-mysql</userinput></screen>
|
<screen><userinput>./configure [other-options] --with-dhcp-mysql</userinput></screen>
|
||||||
...if MySQL was installed in the default location, or:
|
...if MySQL was installed in the default location, or:
|
||||||
<screen><userinput>./configure [other-options] --with-dhcp-mysql=<path-to-mysql_config></userinput></screen>
|
<screen><userinput>./configure [other-options] --with-dhcp-mysql=<replaceable><path-to-mysql_config></replaceable></userinput></screen>
|
||||||
...if not.
|
...if not.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
@@ -3580,7 +3578,7 @@ mysql></screen>
|
|||||||
<para>
|
<para>
|
||||||
3. Create the database tables:
|
3. Create the database tables:
|
||||||
<screen>mysql> <userinput>CONNECT kea;</userinput>
|
<screen>mysql> <userinput>CONNECT kea;</userinput>
|
||||||
mysql> <userinput>SOURCE <path-to-bind10>/share/bind10-devel/dhcpdb_create.mysql</userinput></screen>
|
mysql> <userinput>SOURCE <replaceable><path-to-bind10></replaceable>/share/bind10-devel/dhcpdb_create.mysql</userinput></screen>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
4. Create the user under which BIND 10 will access the database and grant it access to the database tables:
|
4. Create the user under which BIND 10 will access the database and grant it access to the database tables:
|
||||||
@@ -3609,10 +3607,8 @@ $</screen>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To shutdown running <command>b10-dhcp6</command>, use use the
|
To stop running <command>b10-dhcp6</command>, use the
|
||||||
following command:
|
following command:
|
||||||
<screen>> <userinput>Dhcp6 shutdown</userinput></screen>
|
|
||||||
or
|
|
||||||
<screen>> <userinput>config remove Boss/components b10-dhcp6</userinput>
|
<screen>> <userinput>config remove Boss/components b10-dhcp6</userinput>
|
||||||
> <userinput>config commit</userinput></screen>
|
> <userinput>config commit</userinput></screen>
|
||||||
</para>
|
</para>
|
||||||
@@ -3873,10 +3869,12 @@ Dhcp6/renew-timer 1000 integer (default)
|
|||||||
<para>
|
<para>
|
||||||
While this library is currently used by
|
While this library is currently used by
|
||||||
<command>b10-dhcp4</command> and <command>b10-dhcp6</command>
|
<command>b10-dhcp4</command> and <command>b10-dhcp6</command>
|
||||||
only, it is designed to be portable, universal library, useful for
|
only, it is designed to be a portable, universal library, useful for
|
||||||
any kind of DHCP-related software.
|
any kind of DHCP-related software.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- TODO: point to doxygen docs -->
|
||||||
|
|
||||||
<section id="iface-detect">
|
<section id="iface-detect">
|
||||||
<title>Interface detection</title>
|
<title>Interface detection</title>
|
||||||
<para>Both the DHCPv4 and DHCPv6 components share network
|
<para>Both the DHCPv4 and DHCPv6 components share network
|
||||||
@@ -3890,10 +3888,12 @@ Dhcp6/renew-timer 1000 integer (default)
|
|||||||
in running DHCP components on systems other than Linux.</para>
|
in running DHCP components on systems other than Linux.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!--
|
||||||
<section id="packet-handling">
|
<section id="packet-handling">
|
||||||
<title>DHCPv4/DHCPv6 packet handling</title>
|
<title>DHCPv4/DHCPv6 packet handling</title>
|
||||||
<para>TODO: Describe packet handling here, with pointers to wiki</para>
|
<para>TODO: Describe packet handling here, with pointers to wiki</para>
|
||||||
</section>
|
</section>
|
||||||
|
-->
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user