Added support for yang presence and no-presence containers.
This commit is contained in:
parent
e56cf607a3
commit
e5b625e722
19 changed files with 188 additions and 104 deletions
|
|
@ -387,7 +387,7 @@ show_yang(clicon_handle h,
|
|||
}
|
||||
else
|
||||
yn = (yang_node*)yspec;
|
||||
yang_print(stdout, yn, 0);
|
||||
yang_print(stdout, yn);
|
||||
return 0;
|
||||
}
|
||||
int show_yangv(clicon_handle h, cvec *vars, cvec *argv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue