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

Bug 1912701: Handle dual-stack configuration in inspection data #118

Merged
merged 2 commits into from Jan 6, 2021

Commits on Jan 6, 2021

  1. Handle dual-stack configuration in inspection data

    Currently we assume only an ipv4 *or* an ipv6 IP exists in the
    inspection data, but it's valid for both to exist in a dual-stack
    scenario.
    
    To avoid changing the BMH API, in this case we create an additional
    nic entry in the list, which will contain each IP but otherwise
    the same data.
    
    Fixes: metal3-io#458
    Steven Hardy committed Jan 6, 2021
    Copy the full SHA
    5f149a7 View commit details
    Browse the repository at this point in the history
  2. Clarify BMH nic hardware status for dual-stack

    Steven Hardy committed Jan 6, 2021
    Copy the full SHA
    e14365d View commit details
    Browse the repository at this point in the history