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: Skip route checks if bgp feature is not enabled #3075

Merged
merged 6 commits into from
Dec 23, 2023

Commits on Dec 10, 2023

  1. Check for frr routes only when feature bgp is enabled

    If bgp is not enabled, get_frr_routes() gets empty list and route check fails and throws a traceback. Adding check to check for frr routes only when bgp feature is enabled. On the Chassis supervisor, bgp may be disabled. 
    
    Signed-off-by: Anand Mehra anamehra@cisco.com
    anamehra authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4692107 View commit details
    Browse the repository at this point in the history
  2. Added test coverage

    Signed-off-by: Anand Mehra <anamehra@cisco.com>
    anamehra authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c1e4604 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 21, 2023

  1. Modified code as per new multi asic changes

    Signed-off-by: anamehra <anamehra@cisco.com>
    anamehra committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    210e236 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Skip all route checks if bgp is not enabled

    Signed-off-by: anamehra <anamehra@cisco.com>
    anamehra committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e98f41e View commit details
    Browse the repository at this point in the history