mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[4274] Several minor corrections.
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
@page dhcpv4o6Dhcp4 DHCPv4-over-DHCPv6 DHCPv4 Server Side
|
@page dhcpv4o6Dhcp4 DHCPv4-over-DHCPv6 DHCPv4 Server Side
|
||||||
|
|
||||||
Kea supports DHCPv4-over-DHCPv6 using cooperating DHCPv6 and DHCPv4
|
Kea supports DHCPv4-over-DHCPv6 using cooperating DHCPv6 and DHCPv4
|
||||||
servers. This section describes the DHCPv4 server side.
|
servers. This section describes the DHCPv4 server side. For its
|
||||||
|
DHCPv6 counter-part, see @ref dhcpv4o6Dhcp6.
|
||||||
|
|
||||||
@section Dhcp4to6Ipc DHCPv6-to-DHCPv4 Inter Process Communication
|
@section Dhcp4to6Ipc DHCPv6-to-DHCPv4 Inter Process Communication
|
||||||
|
|
||||||
|
@@ -8,7 +8,8 @@
|
|||||||
@page dhcpv4o6Dhcp6 DHCPv4-over-DHCPv6 DHCPv6 Server Side
|
@page dhcpv4o6Dhcp6 DHCPv4-over-DHCPv6 DHCPv6 Server Side
|
||||||
|
|
||||||
Kea supports DHCPv4-over-DHCPv6 using cooperating DHCPv6 and DHCPv4
|
Kea supports DHCPv4-over-DHCPv6 using cooperating DHCPv6 and DHCPv4
|
||||||
servers. This section describes the DHCPv6 server side.
|
servers. This section describes the DHCPv6 server side. For its
|
||||||
|
DHCPv6 counter-part, see @ref dhcpv4o6Dhcp4.
|
||||||
|
|
||||||
@section dhcp6to4Ipc DHCPv6-to-DHCPv4 Inter Process Communication
|
@section dhcp6to4Ipc DHCPv6-to-DHCPv4 Inter Process Communication
|
||||||
|
|
||||||
|
@@ -188,7 +188,7 @@
|
|||||||
/* RFC 7341 */
|
/* RFC 7341 */
|
||||||
#define DHCPV6_DHCPV4_QUERY 20
|
#define DHCPV6_DHCPV4_QUERY 20
|
||||||
#define DHCPV6_DHCPV4_RESPONSE 21
|
#define DHCPV6_DHCPV4_RESPONSE 21
|
||||||
/* draft-ietf-dhc-dhcpv6-active-leasequery-04 */
|
/* RFC 7653 */
|
||||||
//#define DHCPV6_ACTIVELEASEQUERY 22
|
//#define DHCPV6_ACTIVELEASEQUERY 22
|
||||||
//#define DHCPV6_STARTTLS 23
|
//#define DHCPV6_STARTTLS 23
|
||||||
|
|
||||||
|
@@ -382,6 +382,9 @@ enterprise ID carrying interface and remote address suboptions.
|
|||||||
\ref isc::dhcp::Dhcp4o6IpcBase::send adds them,
|
\ref isc::dhcp::Dhcp4o6IpcBase::send adds them,
|
||||||
\ref isc::dhcp::Dhcp4o6IpcBase::receive decodes and removes them.
|
\ref isc::dhcp::Dhcp4o6IpcBase::receive decodes and removes them.
|
||||||
|
|
||||||
|
Also see \ref dhcpv4o6Dhcp4 and \ref dhcpv4o6Dhcp6 for details on how IPC
|
||||||
|
is used by DHCPv4 and DHCPv6 components.
|
||||||
|
|
||||||
@todo
|
@todo
|
||||||
|
|
||||||
DHCPv4-over-DHCPv6 which are relayed by a DHCPv6 relay are not yet supported.
|
DHCPv4-over-DHCPv6 which are relayed by a DHCPv6 relay are not yet supported.
|
||||||
|
Reference in New Issue
Block a user