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

[masic support] 'show run bgp' support for multi-asic #2427

Merged
merged 39 commits into from
Feb 1, 2023
Merged

[masic support] 'show run bgp' support for multi-asic #2427

merged 39 commits into from
Feb 1, 2023

Commits on Oct 6, 2022

  1. Update main.py

    wenyiz2021 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    fe52110 View commit details
    Browse the repository at this point in the history
  2. remove import bgp_utils

    wenyiz2021 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    92816b0 View commit details
    Browse the repository at this point in the history
  3. Update main.py

    wenyiz2021 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    269b53e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5564920 View commit details
    Browse the repository at this point in the history
  5. refine output, also rctysh doesnt take whole cmd

    have to use 'show run bgp' instead only
    wenyiz2021 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7e6b0b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    62eac78 View commit details
    Browse the repository at this point in the history
  2. Update main.py

    wenyiz2021 authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3646e2f View commit details
    Browse the repository at this point in the history
  3. Update main.py

    wenyiz2021 authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    322aa45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6b27a9 View commit details
    Browse the repository at this point in the history
  5. remove 'callback' argument in option '-n'

    as it's not working properly
    wenyiz2021 authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a3a300f View commit details
    Browse the repository at this point in the history
  6. Update multi_asic.py

    wenyiz2021 authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c2ad10a View commit details
    Browse the repository at this point in the history
  7. refine help message

    wenyiz2021 authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3dd0302 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. ok

    wenyiz2021 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0555e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe16855 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    cffba1c View commit details
    Browse the repository at this point in the history
  2. fix typo

    wenyiz2021 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f900faa View commit details
    Browse the repository at this point in the history
  3. remove debug breakpoint

    wenyiz2021 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    377740d View commit details
    Browse the repository at this point in the history
  4. unit test

    wenyiz2021 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e6a166c View commit details
    Browse the repository at this point in the history
  5. add import importlib

    wenyiz2021 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ef4dda8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    74e8674 View commit details
    Browse the repository at this point in the history
  2. add teardown

    wenyiz2021 authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2f11eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d16e67c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update main.py

    wenyiz2021 authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    66a51f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    823fe87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c7357 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b557f View commit details
    Browse the repository at this point in the history
  4. mock for single asic

    wenyiz2021 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    533982b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c87888a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5950d09 View commit details
    Browse the repository at this point in the history
  7. syntax

    wenyiz2021 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e1cba3d View commit details
    Browse the repository at this point in the history
  8. add cmd definition

    wenyiz2021 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d419877 View commit details
    Browse the repository at this point in the history
  9. fix indent and spaces

    wenyiz2021 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4fa78f0 View commit details
    Browse the repository at this point in the history
  10. fix indent

    wenyiz2021 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    400fd00 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    189f598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22605b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    b6d058f View commit details
    Browse the repository at this point in the history
  2. Update conftest.py

    wenyiz2021 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    11e1d1a View commit details
    Browse the repository at this point in the history
  3. add bgp not running tests

    wenyiz2021 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3dc5129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a5bc31 View commit details
    Browse the repository at this point in the history