Skip to content

Commit

Permalink
reset rollback duration
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 7, 2023
1 parent 4423cef commit c2fb947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/gnmi_ext/gnmi_ext.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c2fb947

Please sign in to comment.