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

[route_check] implement a check for FRR routes not marked offloaded #2531

Merged
merged 16 commits into from
Mar 7, 2023

Commits on Nov 15, 2022

  1. [route_check] implement a check for FRR routes not marked offloaded

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    838f76b View commit details
    Browse the repository at this point in the history
  2. add constants

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    02cd10e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. dont mock time

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1ec74e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. always check frr routes

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bcea0a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Revert "always check frr routes"

    This reverts commit bcea0a4.
    stepanblyschak committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5e85d98 View commit details
    Browse the repository at this point in the history
  2. always check, but only when enabled, do the mitigation

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    29683c5 View commit details
    Browse the repository at this point in the history
  3. change field name

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    030f0e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. ignore non default VRF routes

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d1d7194 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. fix comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    9ad95f4 View commit details
    Browse the repository at this point in the history
  2. fix review comments

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    826821d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge branch 'master' of https://github.com/sonic-net/sonic-utilities

    …into route_check_frr_suppress
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fc5f2dd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. check ipv6 routes

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6479414 View commit details
    Browse the repository at this point in the history
  2. do not mitigate routes which are not in APPL_DB but appeared in frr o…

    …utput
    
    In could be when route is still pending in DB under _ROUTE_TABLE prefix
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6685f3f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. simplify

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e4b5ca6 View commit details
    Browse the repository at this point in the history
  2. fix syntax

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5c4c249 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. add more info about mitigation in the doc string

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7e669db View commit details
    Browse the repository at this point in the history