Ebben Aries
Ebben Aries
Per PR https://github.com/openconfig/public/pull/534 and comment https://github.com/openconfig/public/pull/534#issuecomment-1136687358 The regexp test framework currently has issues with the 2 following scenarios * Inline pattern statements - Since the type cannot be reused, it...
The client port transceiver hierarchy currently contains verbiage and ties to the optical transport domain ``` module: openconfig-platform +--rw components +--rw component* [name] +--rw oc-transceiver:transceiver +--ro oc-transceiver:state +--ro oc-transceiver:form-factor? identityref...
* Remnants from original YANG subscribe RPC that did not carry over to gNMI so no support for dynamic subscriptions * No definition of filter language for opaque string value...
* (M) release/models/openconfig-extensions.yang - Add missing version statement ### Change Scope * Add missing version statement to openconfig-extensions and increment patch version. This change is backwards compatible. ### Platform Implementations...
* (M) release/models/isis/openconfig-isis-lsp.yang * (M) release/models/isis/openconfig-isis-routing.yang * (M) release/models/isis/openconfig-isis.yang - Remove ISIS instance leaf in favor of network-instance protocol instance name ### Change Scope It appears that when `/isis` was...
Clarify that an Update to a list member targeted in the Path cannot include those list keys in the value payload either as a direct descendant or ultimate leafref'd node....
Before cutting a PR, I want to resurrect an old topic that has come up again recently (for discussion in an upcoming OpenConfig operator/community forum) Past issues: * https://github.com/openconfig/public/issues/261 *...
* (M) release/models/system/openconfig-system-grpc.yang - Remove default value for gRPC transport-security since an implementation cannot enable by default without other mandatory TLS attributes ### Change Scope * Remove `default=true` for gRPC...
Title: Update submodules/fix dependency break for fbcode_builder/cmake after mvfst introduction Description: - Post `mvfst` introduction as a mandatory dependency to `fbthrift`, build breaks by way of `build_openr.sh` fbcode_builder/cmake. This also...
Commit https://github.com/facebookincubator/fizz/commit/9dd9a388f79dd43f28145733329a2788a39ececd refactored OpenSSLFactory however in the process removed includes that currently break the build. While the PR temporarily patches the issue, it is unlikely to be merged as-is but...