Sergey Fomin
Sergey Fomin
>One way to solve it is to use this additional leaf for single-topology metric. If you want to pursue this approach, I'd suggest opening a PR that adds/updates/deprecates leafs as...
> Deprecate the server list in the “server-groups” container and move “servers” up to the top level for aaa. >An AAA server can be used either directly by itself or...
Do we need three enum values? Wouldn't a cleaner approach be something like ``` leaf passwordless_access { type boolean; default false; } ``` and then the combination of `false` and...
>Trying to divine the intention from some set of whacky booleans is bad news. >is an enum costly or something? I'd argue that the enum in the proposed form has...
> This is a chicken-egg issue which cannot really work, No, that's not right. You build a singular candidate, then copy it to intended/running config as an atomic operation/commit. It...
Current definition implies that the options are opaque to the gnoi speaker and only passed to the driver itself (It is also how it is used in Docker) https://github.com/openconfig/gnoi/blob/d04468fba8d73905e7865fcfd0076a48523f71e6/containerz/containerz.proto#L683-L684 While...
For reference here's the docker api docs: https://github.com/moby/moby/blob/ea126c054103628f900e64046e946adf7e98148f/api/docs/v1.52.yaml#L2369-L2385
Could you elaborate on the reasoning for this change? It seems that the scenario you have in mind is already covered by the target defined mode: https://github.com/openconfig/reference/blob/95392c148dfe1143ef99acb2bb11d1ddd051927f/rpc/gnmi/gnmi-specification.md?plain=1#L1634-L1640 I don't agree...
>The current ON_CHANGE description does not indicated the behavior if there is a mix between leaves suitable for event based update and counters. What do you mean by that? IMO,...