Aaron Beitch
Aaron Beitch
Sorry, I was wrong about there only being one instance of unkeyed lists in OpenConfig models. There are about a dozen.
A problem I see is that every time any leaf changes we would need to check if that leaf's parent or its parent, etc. is an unkeyed list to be...
We wouldn't be able to maintain consistency of the ID after a restart/crash of the OpenConfig process. Would that be a problem for you? I'm more in favor of your...
Do iterators get invalidated when the map is modified? This is common for open-addressing hash tables. An important feature of the current map is that you can modify the map...
> Do iterators get invalidated when the map is modified? This is common for open-addressing hash tables. An important feature of the current map is that you can modify the...
Even if `value` were to be changed to a concrete `big.Int`, you would not be able to use `Decimal` as a map key. `big.Int` contains a `nat` which is a...
This change still needs some work.
The issue is likely due to a change in TerminAttr in EOS-4.21.5F that removes use of deprecated fields of the gNMI protobufs. `ocprometheus` was updated to support both the deprecated...
@aned I suggest you get in contact with Arista Support.
Thanks for the update. What version of TerminAttr you are running on the device? You can tell with the Cli command: ``` bash /usr/bin/TerminAttr -version ``` (This is assuming you...