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

feat: add a retry mechanism to retrieve source interface IP #7

Closed
wants to merge 2 commits into from

Commits on Jul 26, 2023

  1. feat: add a retry to retrieve source interface IP

    * getIntfIP func could return an error if the concerned interface is not
      created yet on the container namespace
    * add a retry mechanism (10 attempts max) with a sleep interval of 1s
      to the function getting the interface and its IP address
    fdomain committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9400d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac986f9 View commit details
    Browse the repository at this point in the history