Darren Loher

Results 59 issues of Darren Loher

### Change Scope * Introduce a new top level container for configuring user defined counters. * This change is backwards compatible. ### Platform Implementations Arista EOS and Juniper JunOS each...

non-breaking

### Change Scope * Add telemetry for monitoring IPSec, IKE * A follow up PR will add IPSec, IKE configuration * This change is backwards compatible ### Platform Implementations *...

non-breaking

### Change Scope * Add a reference for next-hop network-instance for MPLS static LSP's. * This change is backwards compatible. ### Platform Implementations * [Arista EOS static LSP](https://www.arista.com/en/um-eos/eos-mpls-commands#xx1141474) supports configuration...

non-breaking

Regarding the atomic and atomic exempt annotations: An update to the documentation should include an example of how atomic notifications induce implicit deletions would clear up the behavior. (This can...

This [google cloudbuild workflow ](https://github.com/openconfig/public/blob/master/cloudbuild.yaml) is what is executed by the /gcbrun command. Because it is hosted in a private google compute account, we cannot share access to execute this...

https://github.com/openconfig/public/blob/b2258aa30dcf939144c094dacd8da239fc090855/release/models/aft/openconfig-aft.yang#L288-L304 This should be clarified that this indicates the device's internal AFT consistency. Examples should be given such as, is the RIB corrupt or known to be incomplete due to...

Please refer to https://github.com/openconfig/public/blob/master/doc/semver.md#general-guidelines-for-versioning-openconfig-yang-modules. Is this policy good enough? Specifically the text: `Once a vendor implementation for a model is in progress, the major number should be changed to 1...

Today, table-connections only defines an `import-policy` leaf and implies that the matching conditions are evaluated against the `src-protocol` and the resulting matching routes are copied into the `dst-protocol`. https://github.com/openconfig/featureprofiles/pull/4588 identifies...

When a (unconstrained) string appears before other types in a union, the other types cannot be properly used which may cause unintended side effects. This issue tracks finding these occurrences...