diff options
author | John Estabrook <jestabro@vyos.io> | 2025-04-02 21:41:13 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-04-04 12:36:50 -0500 |
commit | eeb758f406f0cc27ab7863dc17eec00c24f2c0b6 (patch) | |
tree | 47ccceb8e72c4a02ceb282a0c5db7e06c93baaf8 /data | |
parent | f389a749097d2a265d1ce1b757804af70a7199ba (diff) | |
download | vyconf-eeb758f406f0cc27ab7863dc17eec00c24f2c0b6.tar.gz vyconf-eeb758f406f0cc27ab7863dc17eec00c24f2c0b6.zip |
T7302: add dry_run field and update branch
Diffstat (limited to 'data')
-rw-r--r-- | data/vyconf.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto index 09ee685..56875a3 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -55,6 +55,7 @@ message Request { optional bool Confirm = 1; optional int32 ConfirmTimeout = 2; optional string Comment = 3; + optional bool DryRun = 4; } message Rollback { |