Files
infix/test/case/interfaces/neighbor_cache/test.adoc
T
Joachim Wiberg 6aed1f7df4 confd: add support for static ARP and neighbor cache
Add support for static ARP (IPv4) and neighbor cache (IPv6) entries per
interface.  Static entries are installed as permanent kernel neighbor
table entries that are never evicted by normal ARP/NDP aging.

Fixes #819

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-04-30 11:08:00 +02:00

26 lines
887 B
Plaintext

=== ARP and Neighbor Cache
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/interfaces/neighbor_cache]
==== Description
Verify that static ARP entries (IPv4) and neighbor cache entries (IPv6)
can be configured on an interface and are immediately visible in the
operational datastore with origin "static". Also verify that removing
the entries causes them to disappear from the operational datastore.
==== Topology
image::topology.svg[ARP and Neighbor Cache topology, align=center, scaledwidth=75%]
==== Sequence
. Set up topology and attach to target DUT
. Configure static IPv4 ARP and IPv6 neighbor entries on target:data
. Verify static IPv4 ARP entry is visible in operational state
. Verify static IPv6 neighbor entry is visible in operational state
. Remove static neighbor entries by clearing IPv4 and IPv6 config
. Verify static neighbor entries are no longer present