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

updated template to catch NSR N/A state #381

Merged
merged 2 commits into from
Mar 3, 2019

Conversation

Warsenius
Copy link
Contributor

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT

cisco_xr_show_mpls_ldp_neighbor_brief.template

SUMMARY

i had a mpls neighbor with a NSR field as "N/A".
Updated template to catch this.

@jmcgill298 jmcgill298 merged commit 29c693d into networktocode:master Mar 3, 2019
@jmcgill298
Copy link
Contributor

Thanks @Warsenius

@Warsenius Warsenius deleted the mpl_ldp_neighbor branch March 3, 2019 08:21
jvanderaa pushed a commit that referenced this pull request Nov 10, 2021
The template does not account for an NSR state of "N/A". This updates the template to support more than one character for NSR value.

TEMPLATE UPDATE:
  - Update ``NSR`` capture group from "(\w)" to "(\S+)"
  - Update Record line to include EoL marker ``\s*$$``

TEST FILES:
  - Update raw and parsed files to include an NSR value if "N/A"
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