Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support ipv6 link-local address for mdns #2661

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jclab-joseph
Copy link

@jclab-joseph jclab-joseph commented Dec 6, 2023

libp2p/zeroconf#35 must be merged first!

In the case of link-local address, the interface must be bound.
Add the received interface name as /ip6zone/{name}

@marten-seemann
Copy link
Contributor

Is there any reason not to filter out the zone in the swarm? Otherwise, every user or InterfaceListenAddrs will need to do this, right?

@jclab-joseph jclab-joseph force-pushed the feat/support-mdns-link-local-address branch from b805866 to cf2f7ef Compare December 6, 2023 10:01
@jclab-joseph jclab-joseph force-pushed the feat/support-mdns-link-local-address branch from cf2f7ef to 467b5db Compare December 6, 2023 10:10
@marten-seemann marten-seemann added the status/blocked Unable to be worked further until needs are met label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/blocked Unable to be worked further until needs are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants