-
Hi, I have deployed netopeer2gui as a module following the liberouter-gui framework. Now I can open the web site by localhost:4200, but I can't add a device. The error message is "AttributeError: modu…
-
https://github.com/CESNET/liberouter-gui
Step number 7 :: Install frontend dependendies by navigating to frontend folder and typing npm install
after navigating to frontend folder,give this cm…
-
We already have a system with configurations stored to a local sqlite db. We want to provide netconf interface for the system. We are considering to adopt sysrepo + netopeer2 for ths netconf interface…
-
When clicking on a pie chart with reporter shares it goes to events, but the filter is set so that nothing is shown. It should show the events reported by the selected reporter.
-
Hi,
We need to test this RFC:
https://datatracker.ietf.org/doc/rfc8525/
Before I create a test case I wonder if the following scenario is supported in Netopeer2:
Our NETCONF client have an…
-
While configuring with the paramateres added exactly as in the installation guide I only get following warning: "configure: WARNING: Libtrap was not found by pkg-config". There is no error during conf…
-
sudo netopeer-server -v3
netopeer-server[87339]: Shared memory key: -4
netopeer-server[87339]: Shared memory ID: 32813
netopeer-server[87339]: ncds_features_parse: no feature definitions fo…
-
I run into issue while developing custom netconf server based on https://github.com/choppsv1/netconf/ and testing it with ncclient. Apparently there is a race condition in hello exchange of ncclient a…
-
@rwestphal Hi, I wonder is context concurrent safe? In this crate it's all raw pointers and actually should not be impl send and sync, but I don't know if the c library is concurrent safe? If so I thi…
-
Hello,
I've been trying to send the unirec data to the UDP netflow output and I tried to investigate the code but unfortunately I cannot find the way. Please let me explain the scenario I would like …