From 5740997f7c1707c7a2b39c34e11beeba242e2159 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 30 May 2024 10:17:14 +0300 Subject: [PATCH] doc: net: Fix DHCPv4 info as server is also supported The DHCPv4 information was not mentioning server support which is currently supported. Signed-off-by: Jukka Rissanen --- doc/connectivity/networking/api/dhcpv4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/connectivity/networking/api/dhcpv4.rst b/doc/connectivity/networking/api/dhcpv4.rst index e06bcd9182a..8ded72e0e20 100644 --- a/doc/connectivity/networking/api/dhcpv4.rst +++ b/doc/connectivity/networking/api/dhcpv4.rst @@ -18,7 +18,7 @@ See this `DHCP Wikipedia article `_ for a detailed overview of how DHCP works. -Note that Zephyr only supports DHCP client functionality. +Note that Zephyr supports both DHCPv4 client and server functionality. Sample usage ************