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

nxos: implement uptime for get_bgp_neighbors #2105

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jun 20, 2024

  1. nxos: implement uptime for get_bgp_neighbors

    So far we were just ignoring the time value on the switch, and returning -1.
    
    This adds a dependency on python-dateutil to calculate years and months lengths, depending on the current date. Alternatively we can just go for a fixed arbitrary time length for years and months.
    
    Signed-off-by: Guido Trotter <[email protected]>
    Guido Trotter committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fcee20a View commit details
    Browse the repository at this point in the history
  2. Add types-python-dateutil to requirements-dev

    Signed-off-by: Guido Trotter <[email protected]>
    Guido Trotter committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    808de69 View commit details
    Browse the repository at this point in the history