From: Jeremy C. Reed Date: Wed, 14 Nov 2012 17:59:29 +0000 (-0600) Subject: [2473] various minor changes X-Git-Tag: trac2487_base~1^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ecc1a5e16969fc876c242d552423bd29205bdcc;p=thirdparty%2Fkea.git [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. --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 65ad426b53..75bb2b425e 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -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 performing DHCP configuration, it is not fully functional. 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 for a detailed description. @@ -3356,10 +3356,8 @@ then change those defaults with config set Resolver/forward_addresses[0]/address > config commit - To shutdown running b10-dhcp4, please use the + To stop running b10-dhcp4, please use the following command: - > Dhcp4 shutdown - or > config remove Boss/components b10-dhcp4 > config commit @@ -3467,8 +3465,8 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1"; b10-dhcp4 does not support BOOTP. That is a design choice. This limitation is 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 + via . Interface detection is currently working on Linux @@ -3533,7 +3531,7 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1";
DHCPv6 Server Build and Installation - 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 installation steps are needed: @@ -3554,7 +3552,7 @@ const std::string HARDCODED_SERVER_ID = "192.0.2.1"; i.e. ./configure [other-options] --with-dhcp-mysql ...if MySQL was installed in the default location, or: - ./configure [other-options] --with-dhcp-mysql=<path-to-mysql_config> + ./configure [other-options] --with-dhcp-mysql=<path-to-mysql_config> ...if not.
@@ -3580,7 +3578,7 @@ mysql> 3. Create the database tables: mysql> CONNECT kea; -mysql> SOURCE <path-to-bind10>/share/bind10-devel/dhcpdb_create.mysql +mysql> SOURCE <path-to-bind10>/share/bind10-devel/dhcpdb_create.mysql 4. Create the user under which BIND 10 will access the database and grant it access to the database tables: @@ -3609,10 +3607,8 @@ $ - To shutdown running b10-dhcp6, use use the + To stop running b10-dhcp6, use the following command: - > Dhcp6 shutdown - or > config remove Boss/components b10-dhcp6 > config commit @@ -3873,10 +3869,12 @@ Dhcp6/renew-timer 1000 integer (default) While this library is currently used by b10-dhcp4 and b10-dhcp6 - 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. + +
Interface detection 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.
+