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

[BFD]Retry create BFD with different source UDP port on failure #2225

Merged
merged 5 commits into from
Apr 7, 2022

Commits on Apr 6, 2022

  1. [BFD]Retry create BFD with different source UDP port on failure

    The create_bfd_session API can fail when a source port already used by a different application is passed to SAI create. To avoid failure, a retry logic is added to try with a different port number three times before failing
    dgsudharsan committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    54cda1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ca179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0741287 View commit details
    Browse the repository at this point in the history
  4. Fixing build issue

    dgsudharsan committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a0b80e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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