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

Add a new wrapper for point2point IPAM that filters invalid addresses and routes #1647

Closed

Commits on Jul 17, 2024

  1. add a unit test for ipam issue

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4e47f53 View commit details
    Browse the repository at this point in the history
  2. add fix for ipam

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0c6af37 View commit details
    Browse the repository at this point in the history
  3. another fix

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7933324 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. add ip context validation

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    edda11a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. properly delete addresses

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ebee380 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. rework ip context validation

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ed5ad4e View commit details
    Browse the repository at this point in the history
  2. temporarily skip failing tests

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0c1f760 View commit details
    Browse the repository at this point in the history
  3. fix CI issues

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a097588 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix all tests

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9118e53 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    81deeea View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ea784c2 View commit details
    Browse the repository at this point in the history
  3. fix go linter issues

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    052572f View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c851ba3 View commit details
    Browse the repository at this point in the history
  5. add ipv6 unit test

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a4f6737 View commit details
    Browse the repository at this point in the history
  6. cleanup

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b480c73 View commit details
    Browse the repository at this point in the history
  7. fix go linter issues

    Signed-off-by: NikitaSkrynnik <[email protected]>
    NikitaSkrynnik committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d1b0bb4 View commit details
    Browse the repository at this point in the history