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: add fallback logic if no ip address references sandboxed interface #9895

Merged
merged 4 commits into from
Apr 9, 2021

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    93e1814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a935ede View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    0cc2b29 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. ar: refactor go-cni results processing & add test

    The goal is to always find an interface with an address, preferring
    sandbox interfaces, but falling back to the first address found.
    
    A test was added against a known CNI plugin output that was not handled
    correctly before.
    schmichael committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6317407 View commit details
    Browse the repository at this point in the history