[Phase 2] Implement gNMI Set for atomic configuration changes #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implement gNMI Set operation to apply configuration changes atomically.
Tasks
API Design
Atomic Transaction
All changes in a single Set request are applied atomically:
Error Handling
Output
src/gnmi/client.py(extend)src/gnmi/transactions.py