robshakir / pyangbind

A plugin for pyang that creates Python bindings for a YANG model.
Other
204 stars 121 forks source link

pybind can't translate 'augment' of Yang grammar #255

Closed andersliuc closed 5 years ago

andersliuc commented 5 years ago

Hi, I try to generate python class with the model 'openconfig-platform.yang' in Openconfig. Then I found that the contents in 'openconfig-platform-linecard.yang' doesn't in the platform.py generated by pybind.

I think the reason is that pybind can't translate 'augment' of Yang grammar. Is my understanding correct?

andersliuc commented 5 years ago

The question has been answered in https://github.com/robshakir/pyangbind/issues/60