-
Notifications
You must be signed in to change notification settings - Fork 121
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
Support for "uses" and "grouping" #117
Comments
This doesn't look like the right line of that file - since there is no Both |
Hi Rob: module mef-classifier {
} Here is the traceback I got: from operator import attrgetter module: mef-classifier |
This might be fixed in #340 |
#340 was merged and included in https://github.com/robshakir/pyangbind/releases/tag/0.8.5 Considering this issue fixed. Please re-open if not. |
I am running pyangbind against the mef-classifier.yang model. I get the following error message when the pybind plugin encounters the "uses" keyword:
TypeError: unhandled keyword with children case at ciena-mef-classifier.yang:302 (at ciena-mef-classifi er.yang:142)
line 302 in the met-classifier.yang:
uses classifier-group;
classifier-group is defined as:
grouping classifier-group {
list classifier {
ordered-by user; // User sets the order of this list.
key "name";
etc...
What would it take to add support for "uses" and "grouping"?
Any hints are welcome.
The text was updated successfully, but these errors were encountered: