tests for restconf backend configure
rm client-cert-ca
This commit is contained in:
parent
c31b1c471b
commit
6ecb0d5232
11 changed files with 368 additions and 515 deletions
|
|
@ -1380,9 +1380,8 @@ netconf_module_load(clicon_handle h)
|
|||
if (yang_spec_parse_module(h, "clixon-xml-changelog", NULL, yspec)< 0)
|
||||
goto done;
|
||||
/* Clixon restconf daemon */
|
||||
if (clicon_option_bool(h, "CLICON_RESTCONF_CONFIG"))
|
||||
if (yang_spec_parse_module(h, "clixon-restconf", NULL, yspec)< 0)
|
||||
goto done;
|
||||
if (yang_spec_parse_module(h, "clixon-restconf", NULL, yspec)< 0)
|
||||
goto done;
|
||||
retval = 0;
|
||||
done:
|
||||
return retval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue