* Added CLICON_NACM_MODE "internal-rpc" which is for RPC functionality only

This commit is contained in:
Olof Hagsand 2019-03-22 17:09:05 +01:00
parent 0898870e68
commit 69dcc721a9
5 changed files with 36 additions and 6 deletions

View file

@ -121,6 +121,13 @@ module clixon-config {
enum internal{
description "NACM is enabled and available in the regular config";
}
enum internal-rpc{
description
"NACM is enabled and available in the regular config.
But only for RPC functionality, ie no module or data-node
read-write functionality.
This is for backward compatibility with Clixon 3.8.";
}
enum external{
description "NACM is enabled and available in a separate config";
}