Roman Janota

Results 26 comments of Roman Janota

Yes, you would need to move to `devel` branch of all the 4 projects. I have made some further improvements. Also my guess is that the sysrepo shm is corrupted,...

Hi, that is good to hear. If you are accepting call-home sessions in one thread and changing the configuration in another in each iteration, then each of these iterations should...

Hi, I believe the server gets this list from the YANG modules loaded into the libyang context that is used for accepting new sessions. Another option is to use [nc_server_set_capability](https://netopeer.liberouter.org/doc/libnetconf2/devel/html/group__server__functions.html#ga58104bd9af87c7b282dde7aa9f746beb).

Hi, that should be the correct way to do it. It works with localhost, but to my knowledge I don't think it has been tested using an actual DNS resolution....

Hi, I believe that if you do not set `host-key-alg`, then `libssh` reads the default configuration from your `sshd_config`, so that's why this might be. Try `man sshd_config`, the option...

Hi, I just had the same issue. I am not sure what exactly causes it, but running `make sr_clean` in sysrepo and then updating to the latest `devel` branch of...

Nevermind, the version has nothing to do with this. > In my box will not work setup.sh Why? The error `"[ERR]: NP: Module "ietf-netconf" feature "writable-running" not enabled in sysrepo."`...

Hi, it is hard to tell without further information, but it most likely has something to do with your `nc_notif_dispatch_clb` notification callback.

What do you mean? The leaf `private-key-format` you're probably referring to is stored in the `keystore` and is generated as a part of the [merge_hostkey](https://github.com/CESNET/netopeer2/blob/master/scripts/merge_hostkey.sh) script.

Hi, can you try using the latest devel branch? You should be able to compile with mbedTLS only now.