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 -4 and -6 flags #23

Merged
merged 1 commit into from
Nov 23, 2016
Merged

Fix -4 and -6 flags #23

merged 1 commit into from
Nov 23, 2016

Conversation

jovial
Copy link
Contributor

@jovial jovial commented Nov 23, 2016

This allows you to run iodined if the autodetected IP for and address family you aren't using is invalid. This occurs for instance if you disable IPV6, e.g on with the following sysctl options on Linux:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

…hen using -4 (IPV4 only) and -6 (IPv6 only) flags
@yarrick yarrick merged commit 52e9b34 into yarrick:master Nov 23, 2016
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.

None yet

2 participants