CLI argument to shell example callback
Save state of netconf chunked framing between inputs Treat EBADF in internal protocol (triggered by freebsd+notifications) Test: chunked encoding: use printf instead of echo
This commit is contained in:
parent
ac7673bc35
commit
ecac027d18
7 changed files with 45 additions and 17 deletions
|
|
@ -57,7 +57,9 @@ debug("Debugging parts of the system"){
|
|||
restconf("Set restconf debug") <level:int32>("Set debug level (0..n)"), cli_debug_restconf();
|
||||
}
|
||||
|
||||
shell("System command") <source:rest>, cli_start_shell();
|
||||
shell("System command"), cli_start_shell("bash");{
|
||||
<source:rest>("Single shell command"), cli_start_shell("bash");
|
||||
}
|
||||
copy("Copy and create a new object") {
|
||||
running("Copy from running db") startup("Copy to startup config"), db_copy("running", "startup");
|
||||
interface("Copy interface"){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue