diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/vyconf.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto index 815ec68..5e9d0ff 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -151,8 +151,8 @@ message Request { ListChildren list_children = 16; RunOpMode run_op_mode = 17; Confirm confirm = 18; - EnterConfigurationMode configure = 19; - ExitConfigurationMode exit_configure = 20; + EnterConfigurationMode enter_configuration_mode = 19; + ExitConfigurationMode exit_configuration_mode = 20; Validate validate = 21; Teardown teardown = 22; ReloadReftree reload_reftree = 23; |
