- Added specific WITH_RESTCONF compile contants for _NATIVE and _FCGI for C code
- Restconf auth=none changes - Load clixon-restconf and resolve features earlier so that config features work - Removed auth=none code from example (this was non-std half-baked basic auth) - Changed tests that used auth-type=none to enable feature clixon-restconf:allow-auth-none - Moved cert creation from sub-shell to servercert function - Fixed typos for dockerfile rename of restconf evhtp to native
This commit is contained in:
parent
2bf75158a6
commit
244060fddc
38 changed files with 159 additions and 178 deletions
|
|
@ -182,7 +182,9 @@ module clixon-lib {
|
|||
description
|
||||
"Output from status rpc";
|
||||
leaf active {
|
||||
description "True if process is running, false if not";
|
||||
description
|
||||
"True if process is running, false if not.
|
||||
More specifically, there is a process-id and it exists (in Linux: kill(pid,0)";
|
||||
type boolean;
|
||||
}
|
||||
leaf description {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue