Mdns not working in bridge example (IDFGH-14428) #15208
Labels
Resolution: Duplicate
This issue or pull request already exists
Status: Done
Issue is done internally
Answers checklist.
General issue report
ESP-IDF Version: v5.3.1
Project: Bridge Example
I am trying to run mDNS in a bridge configuration, but it appears to be non-functional.
Initially, I used the default configurations:
However, it did not work as expected.
Next, I registered the bridge network interface using
mdns_register_netif
and called themdns_netif_action
function, but the output remained the same. I also increased the maximum number of interfaces:After that, I disabled the predefined network interfaces and tried again by registering only the bridge network interface:
Despite these changes, mDNS still does not seem to work.
Question:
Is mDNS support for the bridge configuration not implemented, or am I missing something?
Code
The text was updated successfully, but these errors were encountered: