netconf client was limited to 8K byte messages. Now limit is 2^32

This commit is contained in:
Olof hagsand 2017-09-13 22:30:35 +02:00
parent 4d82d4f6ea
commit 624b949b3f
11 changed files with 157 additions and 68 deletions

View file

@ -1080,7 +1080,7 @@ FSM(char *tag,
* @retval -1 Error with clicon_err called
*
* @code
* cxobj *xt;
* cxobj *xt = NULL;
* clicon_xml_parse_file(0, &xt, "</clicon>");
* xml_free(xt);
* @endcode