We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When there is a data validation error due to regex validation, the below format will be seen.
cfg> set instance ip2vrf protocol isis system-id aadd.tttt.srtc CLI syntax error: "set instance ip2vrf protocol isis system-id aadd.tttt.srtc": regexp match fail: aadd.tttt.srtc does not match ^[0-9A-Fa-f]{4}\.[0-9A-Fa-f]{4}\.[0-9A-Fa-f]{4}
The regexes may them selves be complicated. This serves a good purpose to the developer, but from a usability point of view a simpler.
CLI syntax error: "set instance ip2vrf protocol isis system-id aadd.tttt.srtc": aadd.tttt.srtc is Invalid input for <leaf name> .
The text was updated successfully, but these errors were encountered:
[Simplifying error messages for regex validations. #174](clicon/clixo…
80819ba
…n#174)
Implemented: [Simplifying error messages for regex validations. #174](#…
e3aa174
…174)
Implemented
Sorry, something went wrong.
No branches or pull requests
When there is a data validation error due to regex validation, the below format will be seen.
The regexes may them selves be complicated. This serves a good purpose to the developer, but from a usability point of view a simpler.
The text was updated successfully, but these errors were encountered: