Darren Loher
Darren Loher
(M) release/models/p4rt/openconfig-p4rt.yang Adds a p4rt id leaf for the chassis component. This is intended to be used as a controller defined identifier which can be related to interface/oc-p4rt:id and integrated-circuit/oc-p4rt:node-id...
Initial proposal to model the state of routes in a network instance to hardware programming. Note the model only defines leaves for routing programming errors
New model for configuring packet mirroring ``` module: openconfig-mirror +--rw mirroring +--rw sessions +--rw session* [name] +--rw name -> ../config/name +--rw config | +--rw name? string | +--rw mirror-action? mirror-action...
network-instance type is currently optional and has no default. When configuring a network instance, it is currently ambiguous as to which type a network operating system (NOS) will use. It...
### Change Scope * Add base-mac-address leaf `/components/component/state/base-mac-address`. * This change is backwards compatible ### Platform Implementations * [JunOS - show chassis mac address](https://www.juniper.net/documentation/us/en/software/junos/chassis/topics/ref/command/show-chassis-mac-addresses.html) * [Arista EOS - show version](https://www.arista.com/en/um-eos/eos-command-line-interface-cli#xx1125082)...
Currently there is no explicit requirement in gNMI regarding if a successful SetRequest should be saved to persistent storage on a device. gNMI intentionally doesn't define a method to make...
In order to get some consistency for the leaf `/components/component/state/location`, I propose that we constrain it's meaning to be relevant to the parent component. For example, a port's location would...
Fixes #1074 ### Operational use case OSPF router-lsa describes a list of link-ids, but the OC model only allows for a single link id. This PR moves the link-id and...
### Change Scope * Deprecate existing temperature threshold because it uses units (uint32) which are not compatible with temperature (decimal) * Add high and low temperature thresholds using decimal64 celsius...
This issue is regarding counters in the afts tree (for example: [/network-instances/network-instance/afts/next-hops/next-hop/state/counters](https://openconfig.net/projects/models/schemadocs/yangdoc/openconfig-network-instance.html#network-instances-network-instance-afts-next-hops-next-hop-state-counters) ) Today the AFT tree contains state for routes and state for counters of packets sent via those...