-
Notifications
You must be signed in to change notification settings - Fork 72
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
feature request: support xpath functions for strings #556
Comments
It usually straightforward. There are so many of them, I do them on request. Most work with regression tests. |
I'm working on a commercial system. Currently we use confd as our netconf and cli server. Now that confd is going to end its service, we have to find an alternative. We are evaluating various open source and commercial solutions. I like the architecture of clixon. It's simple and easy to understand. But I found some feature gaps in my tests:
I also found clixon_cli is using too much memory. With all our yang modules loaded, clixon_backend uses about 150MB memory, but clixon_cli uses 1.5GB. We will not use use clixon in our product. I'm just reporting the issues I found in my tests. |
Thanks for the info and the issues. |
If you haven't, you should set |
We are currently working on a project and would greatly appreciate support for the substring and re-match XPath functions. |
Added: re-match, substring, string, string-length, translate, substring-before, substring-after, starts-with
Added the following XPath functions: |
I tried to load some of our existing yang files with clixon. We have many
must
andwhen
conditions which use xpath functions like:Is it possible to add such support?
The text was updated successfully, but these errors were encountered: