-
Notifications
You must be signed in to change notification settings - Fork 744
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
status regex includes non-whitespace #1941
Conversation
resolves #1938 |
It doesn't appear that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tfchristie-wi
The test that fails seems to be one where keywords are in the description/name. Fa0/4 uplink notconnect 123 auto auto 10/100BaseTX |
There are different lines for the various matches.
I'll see what I can work up - hopefully something simple. 😁
It is mostly cosmetic that there are three of the same ... though it could be helpful to have them be unique port names. |
* Add optional regex to capture TDR text if TDR is running, otherwise work as before with normal non-TDR output
* Swap out duplicate Fa0/4 port names for unique ones in raw output for ios show interfaces status with keywords
* So the match is more realistic and specifically a keyword with whitespace around it
@tfchristie-wi I include the below workflow description in case you're new to git and GitHub. |
Fix greedy regex when TDR text isn't present
@jmcgill298 |
No description provided.