Skip to content

Update XR sh eigrp neigh timestamp regex#2273

Draft
GutturalOnion wants to merge 11 commits intonetworktocode:masterfrom
GutturalOnion:master
Draft

Update XR sh eigrp neigh timestamp regex#2273
GutturalOnion wants to merge 11 commits intonetworktocode:masterfrom
GutturalOnion:master

Conversation

@GutturalOnion
Copy link
Contributor

@GutturalOnion GutturalOnion commented Feb 4, 2026

(cisco_xr show eigrp neighbors)

Fixed Regex for timestamp matching to account for single-digit dates.

GutturalOnion and others added 11 commits August 28, 2025 13:56
TextFSM template for the IOS-XR command "show eigrp neighbors".
…eigrp-neighbors

Create cisco_xr_show_eigrp_neighbors.textfsm
Update the index file to match the CLI input for the Cisco IOS XR command "show eigrp neighbors"
Test files for the IOS XR command "show eigrp neighbors"
Removing the .gitkeep file since there's test data in that directory now.
Updated regex pattern for time-stamp matching in EIGRP neighbors template.
@GutturalOnion
Copy link
Contributor Author

For single digit dates, timestamps have an extra space following the day of the week. I've updated the regex to account for this.

@mjbear
Copy link
Collaborator

mjbear commented Feb 4, 2026

For single digit dates, timestamps have an extra space following the day of the week. I've updated the regex to account for this.

Hi, please add test data to accompany the template change.

(This requirement was set [long before my involvement] to gain a level of confidence that bugs and breakage wasn't inadvertently being introduced.)

Thank you!

PS: (This comment meant to be helpful, not judgemental) It might be helpful to develop in a feature branch to compartmentalize changes. Hope it helps.

@mjbear mjbear added the status: action required This issue requires additional information to be actionable label Feb 4, 2026
@mjbear mjbear changed the title Updated timestamp matching regex Update XR sh eigrp neigh timestamp regex Feb 4, 2026
@GutturalOnion
Copy link
Contributor Author

For single digit dates, timestamps have an extra space following the day of the week. I've updated the regex to account for this.

Hi, please add test data to accompany the template change.

(This requirement was set [long before my involvement] to gain a level of confidence that bugs and breakage wasn't inadvertently being introduced.)

Thank you!

PS: (This comment meant to be helpful, not judgemental) It might be helpful to develop in a feature branch to compartmentalize changes. Hope it helps.

All right, I will do so. Thank you for your input.

@mjbear mjbear marked this pull request as draft February 8, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: action required This issue requires additional information to be actionable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants