SNMP frontend, RPC of single variable through clixon

This commit is contained in:
Olof hagsand 2022-05-06 14:48:52 +02:00
parent 4e0d9dd987
commit 182b72a4cc
4 changed files with 258 additions and 58 deletions

View file

@ -581,7 +581,7 @@ clicon_rpc_get_config(clicon_handle h,
* @note xml arg need to have <config> as top element
* @code
* if (clicon_rpc_edit_config(h, "running", OP_MERGE,
* "<config><a>4</a></config>") < 0)
* "<config><a xmlns="urn:example:clixon">4</a></config>") < 0)
* err;
* @endcode
*/