Add restart plugin library code for netconf and cli

This commit is contained in:
Olof hagsand 2021-11-13 16:46:47 +01:00
parent 51316d5d61
commit 7976c11f11
4 changed files with 80 additions and 1 deletions

View file

@ -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();