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: don't panic when IPv6 is not supported #248

Merged
merged 7 commits into from
Jul 2, 2024

Commits on Jun 21, 2024

  1. microcloud/cmd: fix timeout issue

    In case of mDNS discovery issue (no IPv6 support on a node for example),
    the timeout never seems to occur leading to wait forever. This should fix the issue
    
    Signed-off-by: Gabriel Mougard <[email protected]>
    gabrielmougard committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3925676 View commit details
    Browse the repository at this point in the history
  2. mdns: add utility to check if host supports IPv6

    Signed-off-by: Gabriel Mougard <[email protected]>
    gabrielmougard committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6ad0137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52d5697 View commit details
    Browse the repository at this point in the history
  4. service/lxd: Introduce a FAN networking check function

    Signed-off-by: Gabriel Mougard <[email protected]>
    gabrielmougard committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6d9c2b4 View commit details
    Browse the repository at this point in the history
  5. cdm/microcloud: Apply FAN network check during the setup

    Signed-off-by: Gabriel Mougard <[email protected]>
    gabrielmougard committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1a7f0db View commit details
    Browse the repository at this point in the history
  6. cmd/microcloud: Add askProceedIfNoOverlayNetwork question wheen no …

    …overlay networking solution is available
    
    Signed-off-by: Gabriel Mougard <[email protected]>
    gabrielmougard committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    459de0b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. tests: Add an interactive MicroCloud test with IPv6 disabled and IPv4…

    … disabled
    
    Signed-off-by: Gabriel Mougard <[email protected]>
    gabrielmougard committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8f91864 View commit details
    Browse the repository at this point in the history