First working prototype
This commit is contained in:
parent
6b357dc038
commit
2e857bb417
16 changed files with 968 additions and 28 deletions
|
|
@ -432,6 +432,7 @@ api_root_restconf(clicon_handle h,
|
|||
cbuf *cb = NULL;
|
||||
char *media_str = NULL;
|
||||
restconf_media media_out = YANG_DATA_JSON;
|
||||
restconf_media media_in;
|
||||
char *indata = NULL;
|
||||
char *username = NULL;
|
||||
int ret;
|
||||
|
|
@ -468,7 +469,6 @@ api_root_restconf(clicon_handle h,
|
|||
goto ok;
|
||||
}
|
||||
}
|
||||
|
||||
clicon_debug(1, "%s ACCEPT: %s %s", __FUNCTION__, media_str, restconf_media_int2str(media_out));
|
||||
|
||||
if ((pvec = clicon_strsep(path, "/", &pn)) == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue