Yan Gorelik

Results 20 comments of Yan Gorelik

In my opinion use of 'rfc7951' as origin in the path does not have any sense. It is not a part of YANG model and therefore cannot be derived from...

1. Could you please elaborate in what environment (platform, version, server, protocol etc.) you are trying to use YDK? 2. What specific Yang 1.1 features are exposed in your server?...

None of the YDK scripts uses _http_proxy_ as environment variable. There for the described symptoms could not be considered as YDK defect. I suggest to close this issue and move...

Reproduced the issue in ydk-0.8.1 with _ydktest_ model bundle, which defines top-level list node _oc_pattern/oc-a_. Test to run: ``` def test_top_list(self): from ydk.models.ydktest import oc_pattern obj_A = oc_pattern.OcA() obj_A.a =...

This is not a bug. This is the case where you have to supply to _create_root_schema_ function not only capabilities, but a lookup table as well. These parameters are needed...

The auto-generation of lookup table is not implemented in YDK. The auto-generation of capabilities list seems not doable, because it requires user knowledge of application of if-features and deviations. The...

Applicable only to YDK-0.5.5 as 'bits' type is implemented in C++.