akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
126 stars 44 forks source link

gNMI Master Arbitration Extension #143

Closed rao-aneesh closed 6 months ago

rao-aneesh commented 8 months ago

Hi, I am trying to make use of the master arbitration extension as described here: https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-master-arbitration.md#32-setrequest-handling

However, I see that the extensions field is only present for telemetry and not for the set operation. Am I missing something or is support lacking here?

Thanks in advance.

rao-aneesh commented 7 months ago

Hey @akarneliuk, I still haven't found a solution. Can you help me out here?

akarneliuk commented 6 months ago

Solved by #146