removed obsolete example yang, mod cli_dbxml to only append leaf in cli_set
This commit is contained in:
parent
6fa8bb71d8
commit
daeab85446
4 changed files with 10 additions and 183 deletions
|
|
@ -156,6 +156,10 @@ clixon_plugin_each_revert(clicon_handle h,
|
|||
* @param[in] name Plugin name
|
||||
* @retval p Plugin if found
|
||||
* @retval NULL Not found
|
||||
* @code
|
||||
* clixon_plugin *cp;
|
||||
* cp = clixon_plugin_find(h, "plugin-name");
|
||||
* @endcode
|
||||
*/
|
||||
clixon_plugin *
|
||||
clixon_plugin_find(clicon_handle h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue