From bddfe91a328eef70b0825ada4eaee37b83368e0f Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 21 Nov 2019 10:48:14 +0800 Subject: [PATCH] [#898] Doc clarifications - fixed 2 typos - added reference to RFC1497 --- doc/sphinx/arm/dhcp4-srv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 6c589f9ad9..9358d26ac2 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -3365,7 +3365,7 @@ ones are: DHCPv4 uses two distinct identifiers which are placed by the client in the queries sent to the server and copied by the server to its responses to the client: "chaddr" and "client identifier". The former was -introduced as a part of the BOOTP specification and it is also used by +introduced as a part of the BOOTP specification and it is also used by DHCP to carry the hardware address of the interface used to send the query to the server (MAC address for the Ethernet). The latter is carried in the Client-identifier option, introduced in `RFC