ietf-6man / pio-pflag

0 stars 0 forks source link

Existing protocols on the link #3

Closed otroan closed 2 months ago

otroan commented 4 months ago

E.g. mDNS advertises the interface's global address in mDNS advertisements. With PD the host will configure the global address on a different link from the "upstream one", resulting in different behaviour. Will this break something? E.g. an application using mDNS using the global address?

lcolitti commented 2 months ago

I don't see a problem here. All the host's addresses in the delegated prefix are reachable from the device itself, from devices tethered behind the device, from the upstream link (through the delegating router, and via ICMPv6 redirects) and beyond the upstream link.

So if the host puts global addresses in mDNS or DNS (or any other protocol), then those addresses are as reachable as they would be if the host had addresses on the upstream link. Link-local MDNS queries and link-local addresses in MDNS on the upstream link work the same way as they do without this draft.

ekline commented 2 months ago

I think the host could also run a DNS-SD Proxy on behalf of some more complicated downstream arrangements, if it was important to have mDNS resolution on the delegating link.