| commit | 85911bcfc16f7a46b1718bb6aecdb2ea5aca4498 | [log] [tgz] |
|---|---|---|
| author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Sat Apr 06 19:25:59 2024 +0300 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Apr 10 10:00:49 2024 +0200 |
| tree | f8e383bc50b6dfe5dc838d9e7c97c5149fdafa27 | |
| parent | a8fa742b186cd724465144c420fc741728464027 [diff] |
net: mdns_responder: Avoid joining IPv4 mcast group if iface is down Check if the interface is down before joining IPv4 mDNS multicast group. This avoids warning later when the network packet cannot be sent. Fixes #71121 Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>