Andrew Fort

Results 6 issues of Andrew Fort

The new deviation support doesn't work with remote paths for us at all. Every one of our valid deviations fail to parse. e.g., ``` cannot find target node to deviate,...

In evaluating what changes are necessary to support YANG 1.1 completely in the lexer, I've found one interesting type of breaking change - sub-statement cardinality changes (from `0..1` to `0..n`)....

yang11

The YANG types `identityref` and `instance-identifier` are represented differently in the IETF JSON (RFC7951) and XML (RFC6020) encodings. Values of these types can also be the value in a constraint,...

The `CSRParams` message in `cert.proto` makes no requirements for any CSR parameters to be set, either formally or informally. Tooling such as `openssl req ...` doesn't appear to require any...

Looking at the `gnoi.certificate` service defined in `gnoi_cert.proto`, there's no mention of the gRPC server having to use a TLS socket with service `gnoi.certificate`, but that may have been an...

The `ModelData` protocol, as used in a `CapabilityResponse` (among other places), defines a field `name`, described as the "Name of the model" ([seen here](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi.proto#L396)). The clarification requested is to describe...