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, We establish a TLS connection using the provided files in this project. ``` 2022-03-07 07:58:02,202 (PowerLogger.java:328) DEBUG : default-tls 0.0.0.0 1 10 5 serverkey servercert cacerts clientcerts 1 02:E9:38:1F:F6:8B:62:DE:0A:0B:C5:03:81:A8:03:49:A0:00:7F:8B:F3...

is:question

Hello Michal Vasko! I'm trying to implement features of [o-ran-performance-management.yang](https://github.com/CESNET/netopeer2/files/8185624/o-ran-performance-management.txt) but getting as issue I cannot even investigate. Need some help. There is one big container "performance-measurement-objects" in o-ran-performance-management model....

is:bug

Hello Michal Vasko! This is just a request for help because I cannot find and answer in Google or Libyang documentation. I'm working on [o-ran-performance-management.yang](https://github.com/CESNET/netopeer2/files/8185644/o-ran-performance-management.txt) and cannot create XML node...

is:question

Hi, while sending error for "lock" operation, netopeer2-server is crashing. Crash bt: ``` (gdb) bt #0 0x00007fd3f07d2fd6 in __strcmp_sse42 () from /usr/lib64/libc.so.6 #1 0x0000000000409413 in np2srv_err_reply_sr (err_info=0x7fd3e0006020) at /workspace/agent/PRG-Builds/OTA/6.5.0.048/ran_3rdparty/open_source/netconf/netopeer2/src/main.c:260 #2...

is:bug

Hi! I accidentally changed the order of the filter nodes when retrieving a list with a `` operation, and netopeer2 crashed. For example, using the test schema I've attached, the...

is:bug
status:completed

Hello, I was wondering from where `notifications` and `nc-notifications` came from, after looking for them on the [YangCatalog](https://www.yangcatalog.org) I see that they seem to be vendor (Cisco) specific implementations of...

is:question

Hi, I am wondering whether it is possible to increase the priority of callback over others callbacks from other modules. E.g. if I want set higher priority for 1 RPC...

is:question

How can I blacklist given users to prevent connecting with server? I have external safety requirement to bloc logons for root and some functional users

is:question

Q: netopeer2-cli connect success,but operation is error; $ netopeer2-cli > connect Interactive SSH Authentication Type your password: Password: > get ERROR type: application tag: access-denied severity: error path: /ietf-netconf:get message:...

is:question

Hi, We are sending the RPC edit-config with following xml: ```xml eth0 true fe80::881b:1fff:fe58:f81e 64 8A:1B:1F:58:F8:1E 30 iana-if-type:l2vlan ``` And it's failing with following error print: Tag: operation-failed Type: application...

is:question