netopeer2 icon indicating copy to clipboard operation
netopeer2 copied to clipboard

NETCONF toolset

Results 256 netopeer2 issues
Sort by recently updated
recently updated
newest added

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...

is:bug

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...

is:bug

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...

is:question

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...

is:question

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`...

is:bug
status:completed

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...

is:question

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...

is:question

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...

is:question

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...

is:question

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...

is:bug
status:invalid