mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
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>
=== 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