]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#898] Doc clarifications
authorTomek Mrugalski <tomasz@isc.org>
Thu, 21 Nov 2019 02:48:14 +0000 (10:48 +0800)
committerFrancis Dupont <fdupont@isc.org>
Tue, 10 Dec 2019 21:10:13 +0000 (22:10 +0100)
 - fixed 2 typos
 - added reference to RFC1497

doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/hooks.rst

index 0270887dc7aa5a1e823a289929896d6fc663a341..9f5221b5e6da60401868a3dc6dd5d40f9df88d6a 100644 (file)
@@ -5624,6 +5624,10 @@ Supported DHCP Standards
 
 The following standards are currently supported:
 
+-  *BOOTP Vendor Information Extensions*, `RFC
+   1497 <https://tools.ietf.org/html/rfc1497>`__: This requires an open
+   source BOOTP hook to be loaded.
+
 -  *Dynamic Host Configuration Protocol*, `RFC
    2131 <https://tools.ietf.org/html/rfc2131>`__: Supported messages are
    DHCPDISCOVER (1), DHCPOFFER (2), DHCPREQUEST (3), DHCPRELEASE (7),
index ac839fd23b69b4929909991890bb08f7a35ca914..6e39d4d593fe3b83c5ef35ab6f53b279123b8437 100644 (file)
@@ -441,8 +441,9 @@ loaded by the correct process per the table below.
    |                 |               |database. This library may only be used in conjuction with  |
    |                 |               |one of the supported configuration backend implementations. |
    +-----------------+---------------+------------------------------------------------------------+
-   | BOOTP           | Kea sources   |The BOOTP hooks library recognizes received BOOTP requests: |
-   |                 | (since 1.7.2) |they are translated into DHCPREQUEST packets, put into the  |
+   | BOOTP           | Kea sources   |The BOOTP hooks library adds BOOTP support, as defined in   |
+   |                 | (since 1.7.2) |RFC1497. It recognizes received BOOTP requests:             |
+   |                 |               |they are translated into DHCPREQUEST packets, put into the  |
    |                 |               |BOOTP client class and get infinite lifetime leases.        |
    +-----------------+---------------+------------------------------------------------------------+
 
@@ -1206,7 +1207,7 @@ of the server where the hook library is loaded. Other spaces as vendor
 spaces could be supported in a further version.
 
 The library is available since Kea 1.7.1 and can be loaded in a
-similar way as other hook libraries by the ``kea-dhp4`` or `kea-dhp6``
+similar way as other hook libraries by the ``kea-dhcp4`` or `kea-dhcp6``
 process.. It takes a mandatory ``options`` parameter holding a list of
 per option parameter maps with code, name, add, supersede and remove
 actions. Action entries take a string value representing an
@@ -2792,7 +2793,7 @@ Members of this class get infinite lifetime leases but the class can
 be used too for instance to guard a pool of addresses.
 
 The library is available since Kea 1.7.2 and can be loaded in a
-similar way as other hook libraries by the ``kea-dhp4`` process.
+similar way as other hook libraries by the ``kea-dhcp4`` process.
 It takes no parameter.
 
 ::