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

cni: prevent NPE if no interface has sandbox field set #9648

Merged
merged 3 commits into from
Dec 16, 2020
Merged

Commits on Dec 16, 2020

  1. cni: prevent NPE if no interface has sandbox field set

    When we iterate over the interfaces returned from CNI setup, we filter for one
    with the `Sandbox` field set. Ensure that if none of the interfaces has that
    field set that we still return an available interface.
    tgross committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    9a60b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00814f3 View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    tgross committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    67d990f View commit details
    Browse the repository at this point in the history