Skip to content

Problems: zbeacon still not fully working with IPv6 link-local #1667

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

Merged
merged 2 commits into from
Apr 24, 2017

Conversation

bluca
Copy link
Member

@bluca bluca commented Apr 23, 2017

Solutions: see commits

bluca added 2 commits April 23, 2017 18:20
Solution: if the address is IPv6 linklocal and it does not have the
interface name appended with % do it manually in ziflist and
zsys_udp_recv.
On Linux getnameinfo does it, on Solaris it does not.
Link local addresses cannot be used without the interface, as they
are not guaranteed to be unique behind the link on which they
are configured.
Solution: if ZSYS_IPV6_ADDRESS is link-local but does not have %iface
appended use ZSYS_INTERFACE in zbeacon
@sappo sappo merged commit e239068 into zeromq:master Apr 24, 2017
@bluca bluca deleted the zsys_udp_recv_scopeid branch April 24, 2017 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants