Trent Zhou

Results 10 issues of Trent Zhou

I built libyang and sysrepo yesterday. I met this problem: ``` root@6225c3802a30:/code/standard/ietf/RFC# sysrepoctl -s. -i ietf-yang-instance-data.yang root@6225c3802a30:/code/standard/ietf/RFC# sysrepoctl -l [ERR] Invalid default - value does not fit the type (Unsatisfied...

is:bug
status:completed

I created a parent module and a sub module like this: Parent module: ```yang module parent { namespace "http://xxx/parent"; prefix p; include sub; // BUG: comment the line below, then...

is:bug
status:completed

We already have a system with configurations stored to a local sqlite db. We want to provide netconf interface for the system. We are considering to adopt sysrepo + netopeer2...

is:question

RPM find shows that glusterfs 5.1 is released: https://rpmfind.net/linux/rpm2html/search.php?query=glusterfs But the docker images at https://hub.docker.com/u/gluster/ are still not up to date. With `gluster/gluster-centos:latest` I observed memory leak. Also elasticsearch has...

I used netopeer2-cli to test my program. Command `get --filter-xpath /interfaces-state/interface --rpc-timeout 3600`. The data is populated by a python script using sysrepo-python which returns over 10 thousand fake interfaces....

is:question

I have tried to install sysrepo into an old PowerPC system. Our system has more than 200 yang modules. Everytime I ran `sysrepoctl` or `sysrepocfg`, the command tries to parse...

is:enhancement

parent.yang: ```yang module parent { namespace "urn:parent"; prefix xxx; include child1; include child2; } ``` child1.yang: ```yang submodule child1 { belongs-to parent { prefix xxx; } container c1 { }...

I was playing around the "REDIS DS" plugin. I added a breakpoint at the function `srpds_redis_load`, and then tried to change a leaf with `sysrepo-cli`. After `commit`, I saw function...

is:question

There is a draft: https://datatracker.ietf.org/doc/draft-ietf-netconf-list-pagination-nc/05/ Is there any plan to support pagination in netopeer2?

is:question

This is a follow question of https://github.com/sysrepo/sysrepo/issues/3481. For example, I have two netconf sessions. Session A calls get /status/firewall/stats. This is a slow operation which may take a few seconds....

is:enhancement