Commit-Confirm Mechanic for PND
Compare changes
- Manuel Kieweg authored
+ 5
− 0
@@ -113,6 +113,11 @@ func (g *Gnmi) Set(ctx context.Context, args ...interface{}) error {
This MR introduces a commit-confirm mechanic for changes to ONDs. A change created in a pending
-state. A commit
of this change by the operator pushed the change to the given OND. If the commit
is not confirm
ed within 10 minutes (default. Use the GOSDN_CHANGE_TIMEOUT
environment variable to change the timeout) is is rolled back automatically.
Closes #99 (closed)