Santiago Álvarez

Results 28 issues of Santiago Álvarez

Overriding some of the current methods can have the nasty side effect of breaking other methods. Let me know if you'd consider having private version of methods used to implement...

Add more details on execution and debugging of boilerplate and custom apps.

**Script** ```python #!/usr/bin/env python3 from ydk.path import Repository, Capability, Codec from ydk.types import EncodingFormat payload = ''' { "openconfig-interfaces:interfaces": { "interface": [ { "name": "Loopback0", "config": { "name": "Loopback0", "description":...

bug

The schema path `/oc-if:interfaces/interface/name` is a `leafref` pointing to `/oc-if:interfaces/interface/config/name`. Validation should raise an exception if the values do not match in a payload. In the following example, the former...

bug

When a 'get' RPC returns no data, the entity returned includes the top model object. If no data is returned, the entity returned should be an empty string. ## Expected...

enhancement
C++

No logging is produced for the `capabilities` RPC. Both for the RPC request and the response. ## System Information ``` $ pip list | grep ydk ydk 0.8.4 ydk-service-gnmi 0.4.0.post4...

enhancement
C++

The use of YFilter makes entities non-portable when used with the CRUD service. Filters may need to be defined as NETCONF filters with the understanding that when applied to an...

enhancement

gNMI provider currently doesn't support multiple filters on an entity and only accepts filter on entity root.

enhancement