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

[staticroutebfd] fix an error in error logging #17043

Merged
merged 2 commits into from
Jan 31, 2024

Commits on Oct 30, 2023

  1. [staticroutebfd] fix error for logging

    Fix an error in the log_err call.
    this error can be triggered by an invalid static route key. usually the code cannot go here with normal config file. but hit this issue with an invalid key by manual testing with redis-cli directly.
    the file is scanned by Python lint to prevent such errors.
    baorliu committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    64ac061 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. [staticroutebfd] add UT for an invalid key logging issue.

    add UT for an invalid key logging issue.
    baorliu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    da233e3 View commit details
    Browse the repository at this point in the history