Xiaoqin Zhu
Xiaoqin Zhu
Maybe the issue is there is no revision reflected in path, for the below example shows in [ydk.cisco.com](http://ydk.cisco.com/py/docs/guides/path.html): ```python neighbor_af = neighbor.create_datanode("afi-safis/afi-safi[afi-safi-name='openconfig-bgp-types:L3VPN_IPV4_UNICAST']", "") ``` `libydk` will go through the following...
Currently OS version number is not included in package name, and is used as Python package version number, adding version number to package name might help this issue. Instead of:...
So the `convergency` is set using the old syntax and is ignored both by new YDK API and the device? In that case, maybe printing [`__slots__`](https://docs.python.org/2/reference/datamodel.html#slots) for every class for...
Thanks for clarify. With the `__slots__` attribute specified for the new API generated from new model, only `c` and `d` could be assigned, legally, in script. So the following statements...
@mferretti tears, million thanks!