mathieu-mercier
mathieu-mercier
I get the following error when I try to generate bindings for this model: http://www.netconfcentral.org/modules/ietf-yang-library pyang --plugindir $PYBINDPLUGIN -f pybind -o binding.py ietf-yang-library.yang Traceback (most recent call last): File "/usr/local/bin/pyang",...
When parsing the YANG model ietf-netconf-monitoring obtained from http://www.netconfcentral.org/modulereport/ietf-netconf-monitoring a leaf-list using the built-in type instance-identifier causes an error: # pyang --plugindir $PYBINDPLUGIN -f pybind -o binding.py ietf-netconf-monitoring.yang FATAL: unmapped...
I get the following error when I try to generate bindings for http://www.netconfcentral.org/modules/ietf-netconf-acm: pyang --plugindir $PYBINDPLUGIN -f pybind -o binding.py ietf-netconf-acm.yang could not find a match for nacm:access-operations-type type ->...