Sam Ribeiro

Results 25 comments of Sam Ribeiro

I think albano specifically mentioned the client gnmi_set to support this.

The current server with a single model was created as a simple reference implementation. Adding support to use multiple models would be a nice to have.

@adibrastegarnia I think the best path forward is to have a binary that dynamically supports the models that it gets loaded with. As oposed to have a static model at...

@adibrastegarnia it depends on what you are aiming for. For this specific case where the intent is to mock model hierarchies and their leaf values, then having data in memory...

There should always be the same root of the tree. You may have different roots if you use the origin field.

Hi @hellt, I am not sure about this myself. I dont see any mention of it in the gNMI documentation: https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-path-conventions.md Perhaps opening an issue in https://github.com/openconfig/public asking for clarification...

Hi @m26singhvi , connectivity association key (CAK), these are the group-cak feature mentioned in 802.1X-2010 standard. Please follow https://github.com/openconfig/public/blob/master/doc/external-contributions-guide.md to suggest a better description.

1 - return INSTALL_RUN_PACKAGE; 2 - In this case, the version value in the package does not matter. The package never gets to be transferred. If the device is running...

Hi Kishore, This is an Application specific config, where you assign the certificate_id that was created at the time you installed the certificate: https://github.com/openconfig/gnoi/blob/master/cert/cert.proto#L346 Additionally and optionally, work to augment...

Hi Kishore, The certificate_id is always set by the client. The particular comment you are pointing at happens during a stream where the certificate_id is irrelevant because a previous message...