mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
23 lines
578 B
Plaintext
23 lines
578 B
Plaintext
=== DHCP Router
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/dhcp/client_default_gw]
|
|
|
|
==== Description
|
|
|
|
Verify that the DHCP client receives default gateway (DHCP option 3,
|
|
router) and that route exists in operational datastore. The DHCP
|
|
server runs at 192.168.0.1 but should hand out option 3 to clients
|
|
with address 192.168.0.254.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[DHCP Router topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Initialize
|
|
. Set up DHCP server as 192.168.0.1, option 3: 192.168.0.254
|
|
. Verify DHCP client has default route via 192.168.0.254
|
|
|
|
|