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

Only exactly one address on dev is supported #15

Open
kroese opened this issue Mar 27, 2023 · 0 comments
Open

Only exactly one address on dev is supported #15

kroese opened this issue Mar 27, 2023 · 0 comments

Comments

@kroese
Copy link

kroese commented Mar 27, 2023

I always get this error:

      if len(addr['addr_info']) != 1:
           raise ValueError('only exactly one address on dev is supported')

Because I have an IPv6 interface in Docker. When disabling this check, the container continues too boot without any issue, because the first interface happens to be the correct one.

Would it be an idea to always select the first address instead of raising an error?

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

No branches or pull requests

1 participant