-
Hello,
I would like to use the same server certificate on multiple NEs, hence not adding IP in the cert. But the secure GET request fails with the following error during handshake.
- The C++ grp…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ["host:57400"]
username = "user"
password = "pass"
encoding = "json"
redial = "10s"
…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ["10.255.30.5:6702","10.255.30.6:6702","10.255.30.14:6702","10.255.30.33:6702","10.255.32.14:6702"]
username = "XXXXXXX"
pas…
-
**What version of gRPC and what language are you using?**
grpc 1.22, C++
What operating system (Linux, Windows,...) and version?
Linux 5168 5.10.147-oneos-standard https://github.com/grpc/grpc/pu…
-
### What version of gRPC and what language are you using?
grpc 1.42, C++
### What operating system (Linux, Windows,...) and version?
Linux 5168 5.10.147-oneos-standard #1 SMP PREEMPT Mon Nov 21 0…
-
Hello,
So I'm using containerlab for the first time on Ubuntu (22.04.2 LTS) and I'm encountering this issue:
```yml
name: simple
topology:
nodes:
srl:
kind: nokia_srlinux
…
-
Using grpcio 1.50.0 and Python 3.11.0, the test `test_switch1` will fail with a segmentation fault.
```
Current thread 0x000000011678b600 (most recent call first):
File "/usr/local/Cellar/pytho…
-
I am trying to add my own YANG module to the simulator.
I changed the `command.sh` file to this:
```
go get -u github.com/openconfig/ygot@v0.8.3
(cd $GOPATH/pkg/mod/github.com/openconfig/ygot@v0…
-
Hello gNMI Team,
After reading the gNMI specification for streaming modes, I have the following queries:
1. Sample / On-change mode - Does the Xpath to which the gNMI client subscribes, have to b…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_…