Add cisco_nxos show interface breakout#2272
Merged
jvanderaa merged 4 commits intonetworktocode:masterfrom Feb 12, 2026
Merged
Conversation
Any test data I can find only has titlecase words for the header. Also replace literal spaces with regex.
Match more dashes to avoid an accidental match (on a single dash).
With two commands that start with "show interface br", it seems fitting to update the index pattern. This now matches "show interface brief" out to "bri" instead of the former "br". Based on template name length, the "breakout" entry does come first. Now we have: * show interface breakout * show interface brief
Contributor
|
I've got this as a breaking change. We will need to add a migration plan on this, and it is thanks to the Cisco change... |
Contributor
|
This is looking good. I wonder if we can include migration notes in some fashion when we have a breaking change. I'm good to get this in this week yet and cut a new major. |
Collaborator
Author
Gotcha, yep that index change. |
jvanderaa
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolves #2182
show interface briefto match more than "br"A thank you goes out to @i-m-d for the data on issue #2182.