Files
Joachim Wiberg d53a35b867 confd: relocate /dhcp-client to /interfaces/interface/ipv4/dhcp
Please note, this change drops not only the global enabled flag, but also the
per-interface enabled flag, converting it to a presence container.  The name
of the container is also shortened from dhcp-client -> dhcp.  A pattern that
expected to be reused also for the DHCPv6 client.

Fixes #1109

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-11-02 14:11:53 +01:00
..

:testgroup:
== infix-dhcp

Tests verifying DHCP client and server functionality in Infix:

 - Basic DHCP client lease acquisition and configuration
 - DHCP client with default gateway assignment
 - DHCP client with static route configuration
 - Basic DHCP server operation and lease assignment
 - DHCP server with host-specific IP reservations
 - DHCP server with multiple subnet configurations

include::client_basic/Readme.adoc[]

<<<

include::client_default_gw/Readme.adoc[]

<<<

include::client_routes/Readme.adoc[]

<<<

include::server_basic/Readme.adoc[]

<<<

include::server_host/Readme.adoc[]

<<<

include::server_subnets/Readme.adoc[]