* Note that edits to the candidate database or locks will be lost * To force the CLI to exit if backend restarts, undef `PROTO_RESTART_RECONNECT` * This is an effect of the fix of [Broken pipe error seen in client (cli) when backend restarts and CLICON_SOCK is recreated](https://github.com/clicon/clixon/issues/312), the CLI behavior on backend restart is changed. * Added `eof` parameter to `clicon_rpc()` and `clicon_rpc1()` and error handling modified |
||
|---|---|---|
| .. | ||
| clixon_netconf_ssh_callhome.c | ||
| clixon_netconf_ssh_callhome_client.c | ||
| clixon_util_datastore.c | ||
| clixon_util_dispatcher.c | ||
| clixon_util_grpc.c | ||
| clixon_util_json.c | ||
| clixon_util_path.c | ||
| clixon_util_regexp.c | ||
| clixon_util_socket.c | ||
| clixon_util_ssl.c | ||
| clixon_util_stream.c | ||
| clixon_util_validate.c | ||
| clixon_util_xml.c | ||
| clixon_util_xml_mod.c | ||
| clixon_util_xpath.c | ||
| clixon_util_yang.c | ||
| Makefile.in | ||
| README.md | ||
Clixon utils
This directory contains Clixon utility programs, ie, programs that are good to have for testing, analysis, etc, but not an actual part of delivered code.
Look inside C-code for documentation
Note, streams utility may need: libcurl4-openssl-dev or corresponding.