Add restart plugin library code for netconf and cli
This commit is contained in:
parent
51316d5d61
commit
7976c11f11
4 changed files with 80 additions and 1 deletions
|
|
@ -105,4 +105,5 @@ rpc("example rpc") <a:string>("routing instance"), example_client_rpc("");
|
|||
notify("Get notifications from backend"), cli_notify("EXAMPLE", "1", "text");
|
||||
no("Negate") notify("Get notifications from backend"), cli_notify("EXAMPLE", "0", "xml");
|
||||
lock,cli_lock("candidate");
|
||||
unlock,cli_unlock("candidate");
|
||||
unlock,cli_unlock("candidate");
|
||||
restart <plugin:string>, cli_restart_plugin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue