mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
21 lines
394 B
Plaintext
21 lines
394 B
Plaintext
=== DHCP Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/client_basic]
|
|
|
|
==== Description
|
|
|
|
This is a very basic DHCP test that requests an IPv4 lease
|
|
from a DHCP server and checks that the lease is set on the
|
|
interface.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[DHCP Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Initialize
|
|
. Verify client lease for 10.0.0.42
|
|
|
|
|