Skip to content
Discussion options

You must be logged in to vote

What you are observing is OTBR's Discovery Proxy and Advertising Proxy operating across the shared Ethernet link:

  1. OTBR 1 advertises its SRP registrations to eth0 via mDNS.
  2. OTBR 2's Discovery Proxy queries eth0 over mDNS and receives OTBR 1's records, capping the TTL to 10 seconds per RFC 8766 Section 5.5.1.

Depending on your testing goals, here are the two recommended ways to address this:

Option 1: Disable Discovery Proxy (Best for Isolated Test Labs)

If each OTBR network is meant to be completely isolated and should never discover services from the Ethernet LAN, disable the Discovery Proxy using CMake when building ot-br-posix:

# In your setup script or cmake build:
"-DOTBR_DNSSD_DISC…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@NickMcKendree
Comment options

@jwhui
Comment options

Answer selected by NickMcKendree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants