clixon-config.yang: Added CLICON_DEBUG, Removed: CLICON_NETCONF_DUPLICATE_ALLOW
Rearranged and grouped options clixon-lib.yang: Added debug types Removed git reliance in test - moved to configure script
This commit is contained in:
parent
c8a8197e92
commit
b6480ac07d
15 changed files with 320 additions and 174 deletions
|
|
@ -86,6 +86,9 @@ show("Show a particular state of the system"){
|
|||
auto("Show expand x"){
|
||||
@datamodelshow, cli_show_auto("candidate", "default", true, false, "report-all");
|
||||
}
|
||||
debug("Show debug"), cli_debug_show();{
|
||||
cli("Show cli debug"), cli_debug_show();
|
||||
}
|
||||
xpath("Show configuration") <xpath:string>("XPATH expression")
|
||||
[<ns:string>("Namespace")], show_conf_xpath("candidate");
|
||||
version("Show version"), cli_show_version("candidate", "text", "/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue