Ian Barrere
Ian Barrere
Hello, First of all, great software, thank you for maintaining it. It appears that my install is trying to use group based repos though and I can't figure out why....
## Pre-Request Checklist - [x] Passes rubocop code analysis (try `rubocop --auto-correct`) - [x] Tests added or adapted (try `rake test`) - [x] Changes are reflected in the documentation -...
### Peering Manager version v1.8.3 ### Feature type Change to existing functionality ### Proposed functionality I would like connections to be made independent of IXes. Discussion on the topic is...
Hi, I'm working on an implementation using OpenConfig routing-policy to define abstract policies for a variety of device platforms. I'm trying to figure out if there's a way to control...
I am testing ON_CHANGE subscriptions with IOS-XR and I am wondering how they are meant to work, as I couldn't determine it from the documentation. I would think that counter...
Hello, I am setting up a subscription poller using pygnmi in the following setup: ``` def subscribe(hostname: str, paths: List[str]): subscription_def = { "subscription": [ { "path": path, "mode": "sample",...
Hello, It seems that some values, like leafrefs which aren't defined, end up as a False sort of thing, but represented as a YANGBaseClass object. Trying to determine in python...
**Describe the solution you'd like** It would be nice to have the data from the /products API endpoint accessible via a data source in the Terraform provider. I'm working on...
Once a union value is set, is it possible to get the value it was set to again as a "standard" type without marshalling to JSON? I'm working with NetworkInstance_Protocol_Ospfv2_Area_Identifier_Union,...
Is there a built-in or preferred way to get only config false nodes from a data tree? The background here is that I'm writing a gNMI server component that serializes...