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

fix(cluster) use 'rpc_address' to contact local peer #122

Merged
merged 1 commit into from
Nov 9, 2018

Conversation

thibaultcha
Copy link
Owner

A follow up to 8b9fcd9, in which we used listen_address as the peer's
addr instead of rpc_address.

We also issue warning and implement fallbacks when rpc_address is set
to all interfaces (0.0.0.0).

Additionally, we handle the IPv6 unspecified address (::).

A follow up to 8b9fcd9, in which we used `listen_address` as the peer's
addr instead of `rpc_address`.

We also issue warning and implement fallbacks when `rpc_address` is set
to all interfaces (`0.0.0.0`).

Additionally, we handle the IPv6 unspecified address (`::`).
@thibaultcha thibaultcha merged commit 7bdcd17 into master Nov 9, 2018
@thibaultcha thibaultcha deleted the fix/rpc-address branch November 9, 2018 23:46
thibaultcha added a commit that referenced this pull request Nov 15, 2018
A follow up to 8b9fcd9, in which we used `listen_address` as the peer's
addr instead of `rpc_address`.

We also issue warning and implement fallbacks when `rpc_address` is set
to all interfaces (`0.0.0.0`).

Additionally, we handle the IPv6 unspecified address (`::`).

From #122
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.

1 participant