Files
infix/test/case/services/mdns/mdns_allow_deny
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 allow/deny interfaces

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

==== Description

Verify the mDNS responder interface allow/deny configuration.  Both
settings can be used independently and in concert.  We verify operation
with three scenarios:

 1. Allow p2, no mDNS traffic should be received on p1 and p3
 2. Deny p2, mDNS traffic should only be received on p1 and p3
 3. Allow p1 and p3, deny p2 and p3, traffic only on p1

==== Topology

image::topology.svg[mDNS allow/deny interfaces topology, align=center, scaledwidth=75%]

==== Sequence

. Set up topology and attach to target DUT
. Configure device
. Allow mDNS on a single interface: p2
. Deny mDNS on a single interface: p2
. Allow mDNS on p1, p3 deny on p2, p3