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

Warn junos users of unsupported features #185

Closed
mpenning opened this issue Nov 26, 2020 · 0 comments
Closed

Warn junos users of unsupported features #185

mpenning opened this issue Nov 26, 2020 · 0 comments
Assignees

Comments

@mpenning
Copy link
Owner

mpenning commented Nov 26, 2020

Github Issue #17 added junos-like support for searching brace-delimited configs; however, CiscoConfParse has limited support for junos config modifications. Some people are surprised when they modify junos configs with CiscoConfParse() and hit unexpected problems associated with adding or deleting trailing braces in the parsed configuration.

This is more of a usability problem than a technical problem. The unsupported junos features work, but they come with a caveat.
When someone uses CiscoConfParse to modify a junos config, they naturally expect to use the modified config in a router.
However, CiscoConfParse does not generate brace-delimited configs that can be pasted in devices like Juniper, Palo Alto, F5 or others.

This issue is opened to warn junos users of unsupported features.

@mpenning mpenning self-assigned this Nov 26, 2020
@mpenning mpenning changed the title Warn junos users if they use an unsupported feature Warn junos users of unsupported features Nov 27, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant