Removed sending restconf config inline using -R when CLICON_BACKEND_RESTCONF_PROCESS=true
Define RESTCONF_INLINE to revert
This commit is contained in:
parent
fc73493881
commit
7352894c7e
3 changed files with 22 additions and 4 deletions
|
|
@ -180,3 +180,12 @@
|
|||
* Disabled does not work
|
||||
*/
|
||||
#define YANG_GROUPING_AUGMENT_SKIP
|
||||
|
||||
/*! Start of restconf from backend (when CLICON_BACKEND_RESTCONF_PROCESS=true) using -R <inline>
|
||||
*
|
||||
* If set, send initial restconf config via -R <config> parameter at fork/exec.
|
||||
* Seems to be only an optimization since the config is queried from the backend anyway
|
||||
* The reason this probably should be undef:ed is that the restconf config appears in ps and other in
|
||||
* cleartext
|
||||
*/
|
||||
#undef RESTCONF_INLINE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue