-
Notifications
You must be signed in to change notification settings - Fork 387
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
Enhancement: parser to detect nextline (long names) #769
Comments
Hi @edudppaz |
HI @edudppaz |
Great, thanks for the info |
Hi edudppaz, |
Hi edudppaz, |
Hi @edudppaz , |
Hi @edudppaz, |
Hi @iamsatyanarayan , the 23.8 package still has not been cleared for intern use, so i will test at my home lab later today and let you know. |
Hi @edudppaz , |
Hi @edudppaz |
Hi @edudppaz |
When using the parser towards output which have long names and create a "newline" , the parsing fails. For example, when using "show l2vpn bridge-domain brief" as long as the output is exactly on a line by line basis, everything works fine:
But if the combination of the bridge group and bridge-domain name its too long, the ios-xr output puts the id,state, etc on a newline, and the whole parsing fails:
I´ve only tried with "show l2vpn xconnect", "show l2vpn bridge-domain brief" and a few other commands in ios-xr l2vpn and they all seem to have the same behaviour.
The text was updated successfully, but these errors were encountered: