2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#1684] doc updated

This commit is contained in:
Tomek Mrugalski
2022-01-12 15:03:31 +01:00
parent ccc9a027d2
commit 060097c202
2 changed files with 17 additions and 3 deletions

View File

@@ -1840,7 +1840,7 @@ types are given in :ref:`dhcp-types`.
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
| netinfo-server-tag | 113 | string | false | false | | netinfo-server-tag | 113 | string | false | false |
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
| default-url | 114 | string | false | false | | v4-captive-portal | 114 | string | false | false |
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
| auto-config | 116 | uint8 | false | false | | auto-config | 116 | uint8 | false | false |
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
@@ -1866,8 +1866,6 @@ types are given in :ref:`dhcp-types`.
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
| v4-portparams | 159 | record (uint8, psid) | false | false | | v4-portparams | 159 | record (uint8, psid) | false | false |
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
| v4-captive-portal | 160 | string | false | false |
+----------------------------------------+------+---------------------------+-------------+-------------+
| option-6rd | 212 | record (uint8, uint8, | true | false | | option-6rd | 212 | record (uint8, uint8, | true | false |
| | | ipv6-address, | | | | | | ipv6-address, | | |
| | | ipv4-address) | | | | | | ipv4-address) | | |
@@ -1875,6 +1873,14 @@ types are given in :ref:`dhcp-types`.
| v4-access-domain | 213 | fqdn | false | false | | v4-access-domain | 213 | fqdn | false | false |
+----------------------------------------+------+---------------------------+-------------+-------------+ +----------------------------------------+------+---------------------------+-------------+-------------+
.. note::
The ``default-url`` option was replaced with ``v4-captive-portal`` in Kea 2.1.2, as introduced by
`RFC 8910 <https://tools.ietf.org/html/rfc8910>`_. The new option has exactly the same format as the
old one. The general perception is that ``default-url`` was seldom used. If you used it and migrating,
please replace ``default-url`` with ``v4-captive-portal`` and your configuration will continue to work
as before.
Kea also supports other options than those listed above; the following options Kea also supports other options than those listed above; the following options
are returned by the Kea engine itself and in general should not be configured are returned by the Kea engine itself and in general should not be configured
manually. manually.
@@ -6798,6 +6804,10 @@ The following standards are currently supported in Kea:
message, remembers the UDP port, and sends back a reply to the same relay message, remembers the UDP port, and sends back a reply to the same relay
agent using this UDP port. agent using this UDP port.
- *Captive-Portal Identification in DHCP and Router Advertisements (RAs)*, `RFC 8910
<https://tools.ietf.org/html/rfc8910>`__: The Kea server can configure both v4
and v6 versions of the captive portal options.
- *IPv6-Only Preferred Option for DHCPv4*, `RFC 8925 - *IPv6-Only Preferred Option for DHCPv4*, `RFC 8925
<https://tools.ietf.org/html/rfc8925>`__: The Kea <https://tools.ietf.org/html/rfc8925>`__: The Kea
server is able to designate its pools and subnets as IPv6-Only Preferred and send server is able to designate its pools and subnets as IPv6-Only Preferred and send

View File

@@ -6757,6 +6757,10 @@ The following standards are currently supported in Kea:
and RFC 7550. All features, with the exception of the RECONFIGURE mechanism and and RFC 7550. All features, with the exception of the RECONFIGURE mechanism and
the now-deprecated temporary addresses (IA_TA) mechanism, are supported. the now-deprecated temporary addresses (IA_TA) mechanism, are supported.
- *Captive-Portal Identification in DHCP and Router Advertisements (RAs)*, `RFC 8910
<https://tools.ietf.org/html/rfc8910>`__: The Kea server can configure both v4
and v6 versions of the captive portal options.
.. _dhcp6-limit: .. _dhcp6-limit:
DHCPv6 Server Limitations DHCPv6 Server Limitations