Files
infix/test/case/dhcp/client_default_gw/test.adoc
T
Joachim Wiberg 1bbd80d8c7 test: drop leading ietf/infix prefix from directories
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>
2025-11-20 20:23:23 +01:00

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