-
If the common name is empty for the certificate, pygnmi fails due to [this line](https://github.com/akarneliuk/pygnmi/blob/e6b21f8278faaa4bbdb8bbea6c620330a4a093e0/pygnmi/client.py#L146).
```
>>> …
-
Hello
I am having trouble in my sysrepo datastore.
I installed my own YANG module to test if datastore of sysrepo can return information based on the request.
Module Name | R…
-
Hi,
I just started working with gNMI and TLS using a SR-OS platform. The basic setup seems to be working, as gnmic returns the correct output when reaching the test device. This is also working wit…
-
Target with 2 handlers (tunnel_target) can connect to server but when it disconnects it cannot connect again to server.
To reproduce:
1. Content of `target.cfg`:
```
tunnel_server_default: <
…
-
The gnmi_ext.proto file mentions the following for msg attribute:
"The binary-marshalled protobuf extension payload."
As there are quite a few methods to serialize a message e.g SerializeToString o…
-
gNMI spec section 3.5 says telemetry updates should be encoded as (path, scalar value) pairs.
> When aggregation is not permitted by the client or the schema each update message MUST contain a (key…
-
Do you support mTLS and do you have any working examples using both client and server certs? I've tried various combinations of this without success.
with gNMIclient(target=host, username='admin', …
-
HI,
Could someone add an option to pass variable representing docker network (IP) assigned to bridge (ipv4-gw) in topology YAML file to make it possible to use in startup-config (to pass it as a va…
-
The gnmi-collector churns when there exist multiple tunnel targets.
It keeps flapping the tunnel targets (clients).
Scenario:
1 tunnel server : using https://github.com/openconfig/gnmi/tree/maste…
-
In our long-running process, we are using gnmic as a library. We are connecting to Arista EOS and we've noticed that connections are never closed:
```shell
sh-4.2# netstat -no |grep 6030
tcp6 …