Files
infix/test/case/interfaces/ipv4_autoconf
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
..

=== IPv4 link-local

ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/ipv4_autoconf]

==== Description

Verifies that link-local (IPv4LL/ZeroConf) address assignment work as
expected.  Checks random address, the request-address setting, and
address removal on autoconf disable.

==== Topology

image::topology.svg[IPv4 link-local topology, align=center, scaledwidth=75%]

==== Sequence

. Set up topology and attach to target DUT
. Configure interface target:data with IPv4 ZeroConf IP
. Verify link-local address exist on target:data
. Configure target:data with a specific IPv4 ZeroConf IP
. Verify target:data has link-local address 169.254.42.42
. Remove IPv4 link-local addresses from target:data
. Verify link-local addresses has been removed from target:data