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

Add SPC5 to generic config updater file #10

Closed
wants to merge 2 commits into from
Closed

Conversation

noaOrMlnx
Copy link
Owner

What I did

Add SPC5 to generic config updater file

How I did it

Adding new asic

How to verify it

Previous command output (if the output of a command-line utility has changed)

New command output (if the output of a command-line utility has changed)

@@ -303,7 +303,7 @@ def display_bgp_summary(bgp_summary, af):
# "Neighbhor" is a known typo,
# but fix it will impact lots of automation scripts that the community users may have developed for years
# for now, let's keep it as it is.
headers = ["Neighbhor", "V", "AS", "MsgRcvd", "MsgSent", "TblVer",
headers = ["Neighbor", "V", "AS", "MsgRcvd", "MsgSent", "TblVer",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this relevant?

@noaOrMlnx noaOrMlnx closed this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants