mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
:testgroup:
|
|
== DHCP
|
|
|
|
Tests verifying DHCPv4/DHCPv6 client and server functionality:
|
|
|
|
- Basic DHCPv4 client lease acquisition and configuration
|
|
- DHCPv4 client with default gateway assignment
|
|
- DHCPv4 client with static route configuration
|
|
- DHCPv4 client hostname management and priority
|
|
- DHCPv4 client hostname option is resent after system hostname changes
|
|
- Basic DHCPv6 client operation with address assignment
|
|
- DHCPv6 client with prefix delegation (IA_PD)
|
|
- DHCPv6 SLAAC/RA (Stateless)
|
|
- Basic DHCPv4 server operation and lease assignment
|
|
- DHCPv4 server with host-specific IP reservations
|
|
- DHCPv4 server with multiple subnet configurations
|
|
|
|
include::client_basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client_default_gw/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client_routes/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client_hostname/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client_hostname_resend/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client6_basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client6_prefix_delegation/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::client6_slaac_ra/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::server_basic/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::server_host/Readme.adoc[]
|
|
|
|
<<<
|
|
|
|
include::server_subnets/Readme.adoc[]
|