From c2fb94766554eccfcba2635ab3c10b4bd2db25d9 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Thu, 7 Dec 2023 14:12:33 +0200 Subject: [PATCH] reset rollback duration --- proto/gnmi_ext/gnmi_ext.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proto/gnmi_ext/gnmi_ext.proto b/proto/gnmi_ext/gnmi_ext.proto index ab70ee8..3be764d 100644 --- a/proto/gnmi_ext/gnmi_ext.proto +++ b/proto/gnmi_ext/gnmi_ext.proto @@ -106,7 +106,9 @@ message Commit { // Required. string id = 1; oneof action { - // commit action creates a new commit. If a commit is on-going, server returns error. + // commit action creates a new commit. If a commit is on-going, server resets + // the rollback duration to a new provided value or sets the default value + // if one is omitted. CommitRequest commit = 2; // confirm action will confirm an on-going commit, the ID provided during confirm // should match the on-going commit ID.