You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't claim minimal mdns is initialized until it's advertising on some IPv6 interface. (#25173)
This fixes two things:
1. We now don't consider advertising properly initialized until we are
advertising on at least one ipv6 interface.
2. Actually check which sorts of addresses interfaces have, instead of
just assuming that all interfaces have both IPv4 and IPv6 addresses.
Fixes#25013
0 commit comments