Wen Bo Li
Wen Bo Li
Hi I'm wondering if we should specify, for the "openconfig" origin, whether to **always** omit the module names from the path when streaming gNMI? If so shall we add it?...
> @wenovus Can you suggest an update based on feedback above? Added a paragraph under point 1 with the approach Chris mentioned.
> Something to consider: using the term "non-backwards-compatible" instead of "backwards-incompatible". Visually its easier to quickly spot the difference (the "in" after dash is a bit more hidden). Done. Changed...
This affects the OpenConfig BFD model: https://github.com/robshakir/pyangbind/issues/302
Hi, the fields are ordered here: https://github.com/openconfig/ygot/blob/8efc81471e0fe679c453aa0e8c03d752721733bc/gogen/gogen.go#L1032, and appended to an ordered slice here: https://github.com/openconfig/ygot/blob/8efc81471e0fe679c453aa0e8c03d752721733bc/gogen/gogen.go#L1259 and the writing to the template is done here by looping through the slice: https://github.com/openconfig/ygot/blob/8efc81471e0fe679c453aa0e8c03d752721733bc/gogen/gogen.go#L1325...
Hi Baalajee, your proposal makes sense. It would be a breaking change but it conforms to YANG's specs better. The entrypoint to changing this would be here: https://github.com/openconfig/ygot/blob/f6d9cff4bdcf98553af92a5fef4932cdbc9e8444/genutil/common.go#L267-L286 Since we're...
Hi, we have started [design doc](https://docs.google.com/document/d/1q6D05VRkVmFhta18buqoG3Pk2dZ_W_yc5ct9-WsZZ38/edit?usp=sharing), and mostly settled on a code representation, but haven't had the opportunity to implement it. If you do require it for your project, I...
Hi, ygot.Diff returns a Notification value. What did you do with the Notification value that caused the final list to occur?
Did you use gNMI.Set with an `Update` message? If so, I believe setting a leaf-list should overwrite the value instead of appending to them. That being said, taking a look...
Not quite sure what enhancement you had in mind. Can you just call Set.Replace now instead of Set.Update? It seems like the device is not conforming to the right spec...