Abru927
Abru927
Hi @michalvasko , I am using Netopeer_server v1.1.70 and Sysrepo v1.4.122. Can you suggest a stable release
Ok thanks
Hi @michalvasko , I have used v1 release v1 1.4.140 in server still same issue had come.
Hi @michalvasko , please see the code snippet below ```C char *findUser(sr_session_ctx_t *session, sr_conn_ctx_t *connection, char *username) { sr_session_ctx_t *oper_session; rc = sr_session_start(connection, SR_DS_OPERATIONAL, &oper_session); if (rc != SR_ERR_OK) {...
Hi @michalvasko , sorry I forgot to add rest of snippet. ```` user = sr_session_get_nc_id(session); asprintf(&username_xpath, "/ietf-netconf-monitoring:netconf-state/sessions/session[session-id=%d]/username", user); rc = sr_get_item(oper_session, username_xpath , 0, &value); if (rc != SR_ERR_OK) {...
Hi @michalvasko, Can you please update on this thread after implementing even if it takes time? Thanks for your time.
Hi @michalvasko , I am getting the below out `[ERR]: LN: Client's timeout elapsed.` May I know why it is a really bad idea to try to use ssh(1) for...
Hi @marchest , I second @michalvasko s opinion. Sending proper NETCONF messages using a shell that ssh provides is almost impossible. This should be the reason.
Yes @michalvasko and @jktjkt if that is the case I can try connecting a startup session, see if there is any change in startup, check if SR_EV_DONE is there and...
As I need to see if any change has occurred in sysrepo startup config during copy config. @jktjkt will this be possible