* Added new startup-mode: running-startup: First try running db, if it is empty try startup db.
* See [Can startup mode to be extended to support running-startup mode? #234](https://github.com/clicon/clixon/issues/234) * Improved error message on failed MUST condition
This commit is contained in:
parent
69af2884d0
commit
e0c3f5467c
7 changed files with 34 additions and 10 deletions
|
|
@ -181,6 +181,10 @@ module clixon-config {
|
|||
"Commit startup configuration into running state
|
||||
After reboot when no persistent running db exists";
|
||||
}
|
||||
enum running-startup{
|
||||
description
|
||||
"First try running db, if it is empty try startup db.";
|
||||
}
|
||||
}
|
||||
}
|
||||
typedef datastore_format{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue