Radek Krejčí

Results 39 comments of Radek Krejčí

can you provide the rest of the log from your original post? Does it end with an error returned to client or by not doing what is expected? And please...

hmm, I don't know. Try `discard-changes` operation before edit-config the candidate or edit-config directly the running. Before the commit, check the content of the candidate via `get-config` to know what...

Where the file descriptor came from? In the case the libnetconf doesn't have SSH nor TLS I guess you have some standalone SSH/TLS server that resend data through this file...

I actually agrre. The thing is that the timeout in `nc_session_recv_*()` functions is intended for waiting for data. And here part of the data already came. But the client (SSH...

Hi, I have some comments: - copy-config - should work as defined in `:url` capability, set of supported protocols is defined as `enum NC_URL_PROTOCOLS` and it is up to the...

libnetconf does not use dbus for anything in current version, so the Notifications should work.

Could you share the related part of the schema? I have 2 possible reasons in my mind: 1) is there if-feature that would switched off the grouping? 2) schematron is...

I'm not able to use your schema - I miss your imported modules so I'm not able to generate schematron. Please try to make some shorter example and post (e.g...

I'm reopening this to keep it in mind, maybe there will be someone who will fix this for macos.

Since you are crosscompiling, you probably will need to specify the path to the compiled libnetconf, or use some other cross compilation trick, to make linker to use the correct...