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 CNI crashing when there is no available IP addresses. #1499

Merged
merged 3 commits into from
Jun 9, 2021

Commits on Jun 9, 2021

  1. Fix two bug in CNI/IPamd code path

    1. when IPAMD returns "no ip available error", the err variable get overwritten to nil when get VPCCIDRs
    2. when DelNetwork returns err, the r.Success will cause nil-pointer exception and crash CNI
    M00nF1sh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    06a669f View commit details
    Browse the repository at this point in the history
  2. fix test cases

    M00nF1sh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1a17631 View commit details
    Browse the repository at this point in the history
  3. address commits

    M00nF1sh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    aeafe90 View commit details
    Browse the repository at this point in the history