From 867d2d7188e9ae78fe94de7ca74d3d53459c3928 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 1 Jul 2016 18:21:18 +0200 Subject: [PATCH] [4274] Addressed comments --- src/bin/dhcp4/dhcp4o6.dox | 8 ++++---- src/bin/dhcp6/dhcp4o6.dox | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/dhcp4/dhcp4o6.dox b/src/bin/dhcp4/dhcp4o6.dox index 10a97c0ecc..8282ae499b 100644 --- a/src/bin/dhcp4/dhcp4o6.dox +++ b/src/bin/dhcp4/dhcp4o6.dox @@ -16,7 +16,7 @@ DHCPv6 counter-part, see @ref dhcpv4o6Dhcp6. The @c Dhcp4to6Ipc class is derived from the base @c Dhcp4o6IpcBase as a singleton class (by the static @ref isc::dhcp::Dhcp4to6Ipc::instance function). @ref isc::dhcp::Dhcp4to6Ipc::open is called to open IPC -sockets and to register @ref isc::dhcp::Dhcp4to6Ipc::handler on +UDP sockets and to register @ref isc::dhcp::Dhcp4to6Ipc::handler on external sockets on the @c IfaceMgr. @section dhcp4to6Receive DHCPv4-over-DHCPv6 Packet Processing @@ -97,7 +97,7 @@ Selectors (i.e., members of @c SubnetSelector class) are: - incoming interface name - gateway address - giaddr field (should be always undefined) - client address - ciaddr field -- local address - set to the interface address +- local address - set to the interface IPv4 address - remote address - IPv6 address - option select - from a Subnet Selection option - first relay link address - (IPv6) undefined or the first relay link @@ -106,8 +106,8 @@ Selectors (i.e., members of @c SubnetSelector class) are: relay option - client classes - used to reject a matching rule and try next rules -Check if DHCPv4-over-DHCPv6 is enabled for the subnet and continue -with the next one is when it is not. +Check if DHCPv4-over-DHCPv6 is enabled for this particulat subnet and +continue with the next subnet is if it is not. First the remote address is matched in a subnet IPv6 range, second the interface ID if it is set is matched, third the interface name. diff --git a/src/bin/dhcp6/dhcp4o6.dox b/src/bin/dhcp6/dhcp4o6.dox index ed71d71266..a61a3e47a5 100644 --- a/src/bin/dhcp6/dhcp4o6.dox +++ b/src/bin/dhcp6/dhcp4o6.dox @@ -16,7 +16,7 @@ DHCPv6 counter-part, see @ref dhcpv4o6Dhcp4. The @c Dhcp6to4Ipc class is derived from the base @c Dhcp4o6IpcBase as a singleton class (by the static @ref isc::dhcp::Dhcp6to4Ipc::instance function). @ref isc::dhcp::Dhcp6to4Ipc::open is called to open IPC -sockets and to register @ref isc::dhcp::Dhcp6to4Ipc::handler on +UDP sockets and to register @ref isc::dhcp::Dhcp6to4Ipc::handler on external sockets on the @c IfaceMgr. @section dhcp6to4Process DHCPv6-to-DHCPv4 Packet Processing -- 2.47.3