diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-30 15:30:39 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-31 00:50:30 -0500 |
commit | 56b05dc3b8d04de25489b4510ba25efc584ebc7a (patch) | |
tree | e70327dc233daaf9bca548ba036045cae7e29f9e /data | |
parent | bed066dbf1b6cf9d606c0f1f827cce30f4dcc430 (diff) | |
download | vyconf-56b05dc3b8d04de25489b4510ba25efc584ebc7a.tar.gz vyconf-56b05dc3b8d04de25489b4510ba25efc584ebc7a.zip |
T7272: add commit processing of commitd response
Diffstat (limited to 'data')
-rw-r--r-- | data/vycall.proto | 6 | ||||
-rw-r--r-- | data/vyconf.proto | 1 |
2 files changed, 0 insertions, 7 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; diff --git a/data/vyconf.proto b/data/vyconf.proto index a09d84a..09ee685 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -28,7 +28,6 @@ message Request { message Set { repeated string Path = 1; - optional bool Ephemeral = 3; } message Delete { |