-
Notifications
You must be signed in to change notification settings - Fork 52
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
Config Parsing Helper #124
Comments
Would the idea be to rework how the parsers work, or for these to be its own logic? |
I think it should just be adding convenience methods. |
Functions to be added: |
For further clarity, ciscoconfparse uses GPL and intends to keep that license, this is an intention to get similar behaviour without the constructs that come with GPL license. |
Environment
Proposed Functionality
Provided convinence methods to parse through a standard Ios-like (and potentially others) configurations. The idea being similar to CiscoConfParse in scope, but ideally to provide a few key features.
The ability to navigate nested configuration for a known path:
The ability to get configurations with parent context:
The ability to get configurations that match:
The ability to get configurations that contains:
And similar
Use Case
As an operator, I want the ability to find configurations based on various different characteristics. Such that I can quickly make logical choices, populate a SoT, find otherwise difficult to find configurations (offline), and quickly interrogate configurations across a large amount of data, just to name a few.
The text was updated successfully, but these errors were encountered: