From 969cbcb840942f814620f2ae407277d7dde06253 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Mon, 31 Dec 2018 15:24:29 -0500 Subject: [PATCH] Update libdhcp.xml --- doc/guide/libdhcp.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/guide/libdhcp.xml b/doc/guide/libdhcp.xml index 9e192eeb29..00184c4f43 100644 --- a/doc/guide/libdhcp.xml +++ b/doc/guide/libdhcp.xml @@ -3,7 +3,7 @@ - - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.0/. + - file, you can obtain one at http://mozilla.org/MPL/2.0/. --> @@ -14,44 +14,44 @@ many DHCP-related tasks, including: - DHCPv4 and DHCPv6 packets parsing, manipulation and assembly + DHCPv4 and DHCPv6 packets parsing, manipulation, and assembly - Option parsing, manipulation and assembly + Option parsing, manipulation, and assembly Network interface detection - Socket operations such as creation, data transmission and reception and socket closing. + Socket operations such as creation, data transmission and reception, and socket closing. While this library is currently used by Kea, it is designed to - be a portable, universal library, useful for any kind of DHCP-related software. + be a portable, universal library, useful for any DHCP-related software.
- Interface detection and Socket handling + Interface Detection and Socket Handling Both the DHCPv4 and DHCPv6 components share network interface detection routines. Interface detection is currently supported on Linux, all BSD family (FreeBSD, NetBSD, - OpenBSD), Mac OS X and Solaris 11 systems. + OpenBSD), Mac OS X, and Solaris 11 systems. - DHCPv4 requires special raw socket processing to send and receive - packets from hosts that do not have IPv4 address assigned. Support - for this operation is implemented on Linux, FreeBSD, NetBSD and OpenBSD. - It is likely that DHCPv4 component will not work in certain cases on + DHCPv4 requires special raw-socket processing to send and receive + packets from hosts that do not have an IPv4 address assigned. Support + for this operation is implemented on Linux, FreeBSD, NetBSD, and OpenBSD. + It is likely that the DHCPv4 component will not work in certain cases on other systems.
-- 2.47.2