-
I think gnmi southbound client manager needs the following changes:
1. According to the Go documents: Do not store Contexts inside a struct type; instead, pass a Context explicitly to each functio…
-
Currently when Set is done through gNMI NB, a unique name is generated in our network store (by a hash) for the network change (e.g. *Change-VgUAZI928B644v/2XQ0n24x0SjA=*), as the SetRequest does not …
-
![faucet-config-acl-mgt](https://user-images.githubusercontent.com/4725207/38651272-698c63f2-3e54-11e8-9675-d220f3f8b978.jpg)
As discussed here in Wellington and via some different email threads.
…
-
Is there a plan to combine gnmi subscribe of this repo and the gnxi implementation.
I you would start to implement an gnmi target, would you start at gnxi or at gnmi subscribe and add the rest?
…
-
```
*** Starting controller
c0 Timeout waiting for FAUCET to start. Log:
Traceback (most recent call last):
File "/usr/local/bin/faucet", line 11, in
sys.exit(main())
File "/usr/local/l…
-
### Relevant telegraf.conf:
```
# Telegraf Configuration
#
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
#
# Plu…
-
Hello, I am currently getting an issue.
When I try to dial into Arista switch and subcribe a path to grab data from swith. I got an error:
**rpc error: code = Unavailable desc = all SubConns are …
-
I couldn't run agenttest.py.
I used the following commands, which run just fine.
```
# using ubuntu 18.04
# install Faucet
apt-get install python3-dev python3-pip -y \
&& pip3 install setup…
-
I used Ubuntu 18.04 and latest g++, gcc, and clang.
I used the gRPC download and build instructions in the PI README.md file today, but gRPC fails to build. I had to change its code as shown below…
-
#650 Expected Behavior
## Current Behavior
Travis test is failing on CentOS docker with Python2 due to Travis default environment changes to default installation of Python3. Specifically pip…