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 <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-05-30 10:17:14 +03:00 committed by Carles Cufí
commit 5740997f7c

View file

@ -18,7 +18,7 @@ See this
`DHCP Wikipedia article <https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol>`_
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
************