commit | 33dde6b0691a636da4470d94d9d9332ac74cce0d | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Fri Feb 21 14:51:08 2025 -0800 |
committer | Patrick Rohr <prohr@google.com> | Fri Feb 21 14:51:08 2025 -0800 |
tree | 24b2b2cde14dad0960d5f76f2d39c30ab672536b | |
parent | ef3d4c64092a564608f5cc9f5afd450f518b4b62 [diff] |
Allow mDNS on IFF_POINTOPOINT interfaces Instead of disallowing mDNS on interfaces that specify IFF_POINTOPOINT, the code should check for the presence of IFF_MULTICAST instead. It is perfectly valid to support mDNS on point-to-point links, such as IPv6 over BLE networks, if they support multicast. Change-Id: I282a039483ad1d677d31e5169d53bbae25a1c9c4 Test: TH