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

[7.5] Fix "no bfd" crash #8386

Merged
merged 3 commits into from
Apr 1, 2021
Merged

Commits on Apr 1, 2021

  1. bfdd: remove profiles when removing bfd node

    Fixes FRRouting#8379.
    
    Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
    idryzhov committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4b793d1 View commit details
    Browse the repository at this point in the history
  2. bbfd: clear nb config entries when removing bfd node

    When bfd node is removed, we must clear all NB entries set by its
    children - sessions and profiles. Let's store some fake data as an entry
    for the bfd node to be able to unset it later.
    
    Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
    idryzhov committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    011f789 View commit details
    Browse the repository at this point in the history
  3. bfdd: fix profiles autocompletion

    Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
    idryzhov committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0836db4 View commit details
    Browse the repository at this point in the history