diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-01 15:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 15:39:44 +0100 |
commit | aedecf6fa96509ef59fd2e1f607a8a13c18d214b (patch) | |
tree | 610d48220e115555d1770f9d7631999b3101bd80 /data/vycall.proto | |
parent | 920b75a6dbf9eac4b94600b759818b2ec28004ae (diff) | |
parent | ab010dbe993afc990fafa4525e1a94670ca7f5a4 (diff) | |
download | vyconf-aedecf6fa96509ef59fd2e1f607a8a13c18d214b.tar.gz vyconf-aedecf6fa96509ef59fd2e1f607a8a13c18d214b.zip |
Merge pull request #17 from jestabro/commit-post
T7272: update vyconf config tree on results from commitd
Diffstat (limited to 'data/vycall.proto')
-rw-r--r-- | data/vycall.proto | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/vycall.proto b/data/vycall.proto index e0af67b..0037aa7 100644 --- a/data/vycall.proto +++ b/data/vycall.proto @@ -12,12 +12,6 @@ message Call { message Commit { required string session_id = 1; - // optional explicit load; - // otherwise, session configs are loaded from cached internal - // representation, specified by session id value - optional string named_active = 2; - optional string named_proposed = 3; - // required bool dry_run = 4; required bool atomic = 5; required bool background = 6; |