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(smartos): Add addrconf IPv6 support #5831

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. fix(smartos): Add addrconf IPv6 support

    SmartOS uses `addrconf` as a special value to indicate that an IPv6
    address should be obtained via DHCPv6 or SLAAC. cloud-init does not
    know how to handle this.
    
    Added logic to DataSourceSmartOS.py to properly recognise and handle
    this value.
    blackhelicoptersdotnet committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    97e8245 View commit details
    Browse the repository at this point in the history
  2. fixes for CI

    tabs->spaces
    blackhelicoptersdotnet committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aefbe15 View commit details
    Browse the repository at this point in the history