Experimental: Added CLICON_TRANSACTION_MOD configurqation option. If set,

modifications in validation and commit callbacks are written back
  into the datastore.
This commit is contained in:
Olof hagsand 2018-03-07 22:33:47 +01:00
parent 695aef2cb6
commit 11e2b91a05
3 changed files with 21 additions and 1 deletions

View file

@ -300,5 +300,11 @@ module clixon-config {
type startup_mode;
description "Which method to boot/start clicon backend";
}
leaf CLICON_TRANSACTION_MOD {
type boolean;
default false;
description "If set, modifications in validation and commit
callbacks will be saved into running";
}
}
}