netopeer2
                                
                                
                                
                                    netopeer2 copied to clipboard
                            
                            
                            
                        NETCONF toolset
Hi, I'm newbiew in the netconf world and I've just installed the netopper2/sysrepo setup. as I've understood, the configs which applied to the running datastore should be disappeared when the...
Hi, netopeer2-server 2.1.10 sysrepoctl - sysrepo YANG schema manipulation tool, compiled with libsysrepo v2.1.15 (SO v7.1.3) Crash bt: ``` Core was generated by netopeer2-server -dv2 -t 60'. Program terminated with...
Hi @michalvasko, I connected to a netconf session and when i gave close-session RPC, i got (netconf-session-end) in the server side. But when i try to connect to the server...
Hi, I am using below API to establish a call-home TLS connection with server. nc_client_init(); nc_client_tls_ch_set_trusted_ca_paths(); nc_client_tls_ch_set_cert_key_paths(); nc_client_tls_ch_set_crl_paths(); nc_client_tls_ch_add_bind_listen(); nc_accept_callhome(); Sometime TLS1.1 and sometime TLS1.2 handshake is being initiated from...
Version 2.1.36 In main.c the call tries restore previous confirmed commit ``` /* Restore a previous confirmed commit if restore file exists */ ncc_try_restore(); ``` The code reads the `meta`...
Hi, I'm trying to connect to a netopeer2 server with the ncclient python library. the ncclient sends the below RPC message to the server as edit-config rpc and receives an...
I set two Opendaylight apps as the NETCONF Client. One is 10.120.81.73, Another is 10.120.81.91. I used sysrepocfg to set the ietf-netconf-server configuration: ```xml default-client default-ssh 10.120.81.91 6666 1 10...
Could you help me to clarify the following behavior? I have a yang model with 3 containers with "config false" ```yang module mod1 { container c1 { config false; list...
Hi, We are seeing sometimes some warning/error of "parsing opaque term node" while doing subtree filtering get-data on operational data store: 2022-07-26T19:32:55.412716156Z netopeer2-server|INFO "netopeer2-server-log" [INF]: LY: **Parsing opaque term node...
Hi, We are observing that netopeer2-server (netopeer2-server 2.1.10) is crashing if startTime of future comes in the notification subscription, after sending failure response: ``` NETCONF 2024-04-05T17:51:28.321Z CreateSubscription protocol bad-element error...