Bug #16361
openUpdate mDNS-Bridge to 2.1
100%
Description
This update address an issue with mdns-bridge rejecting mDNS packets containing zero length records.
Details here: https://github.com/dennypage/mdns-bridge/issues/2
This supersedes #16190.
Updated by Denny Page 7 days ago
Updated by → luckman212 3 days ago
Does this relate at all to these errors I'm seeing in my system.log:
<12>1 2025-08-14T07:15:21.925938-04:00 r1.lan mdns-bridge 19144 - - host 192.168.20.107 error decoding packet: unsupported query type 6 (dropped) <12>1 2025-08-14T07:15:21.925982-04:00 r1.lan mdns-bridge 19144 - - (name ^Kacmecorp^Elocal) <12>1 2025-08-14T07:20:45.079376-04:00 r1.lan mdns-bridge 19144 - - host 192.168.20.107 error decoding packet: unsupported query type 6 (dropped) <12>1 2025-08-14T07:20:45.079443-04:00 r1.lan mdns-bridge 19144 - - (name ^Kacmecorp^Elocal) <12>1 2025-08-14T07:20:46.084695-04:00 r1.lan mdns-bridge 19144 - - host 192.168.20.107 error decoding packet: unsupported query type 6 (dropped) <12>1 2025-08-14T07:20:46.084751-04:00 r1.lan mdns-bridge 19144 - - (name ^Kacmecorp^Elocal) <12>1 2025-08-14T07:31:08.358213-04:00 r1.lan mdns-bridge 19144 - - host 192.168.20.107 error decoding packet: unsupported query type 6 (dropped) <12>1 2025-08-14T07:31:08.358252-04:00 r1.lan mdns-bridge 19144 - - (name ^Kacmecorp^Elocal)
These packets are coming from my wife's domain-joined Windows 11 PC. I see 2.0.0 is in FreeBSD ports but not 2.1.0, I haven't tested updating from 1.0.1...
Updated by Denny Page 3 days ago
→ luckman212 wrote in #note-3:
Does this relate at all to these errors I'm seeing in my system.log:
[...]
These packets are coming from my wife's domain-joined Windows 11 PC.
No, unrelated. The host is requesting an SOA record (which mDNS does not have) -- see https://github.com/dennypage/mdns-bridge?tab=readme-ov-file#unsupported-mdns-types.
Very curious as to why the host is requesting an SOA record on mDNS. Please file an issue to follow up: https://github.com/dennypage/mdns-bridge/issues.
Thanks
Updated by → luckman212 about 20 hours ago
Thanks - I filed https://github.com/dennypage/mdns-bridge/issues/3 about this