Files
infix/test/case/services/mdns/mdns_enable_disable
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
..

=== mDNS enable/disable

ifdef::topdoc[:imagesdir: {topdoc}../../test/case/services/mdns/mdns_enable_disable]

==== Description

Verify that mDNS can be enabled and disabled.
Operation and non-operation are confirmed using tcpdump.

==== Topology

image::topology.svg[mDNS enable/disable topology, align=center, scaledwidth=75%]

==== Sequence

. Set up topology and attach to target DUT
. Set IPv4 address 10.0.0.10/24 on target:data and disable mDNS
. Enable mDNS
. Verify on host:data there are packets from 10.0.0.10:5354 (mDNS)
. Disable mDNS
. Verify on host:data there are no packets from 10.0.0.10:5354 (mDNS)