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/vyconf.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/vyconf.proto')
-rw-r--r-- | data/vyconf.proto | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |