Adding upstream version 3.12.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
76b2c91d7e
commit
f3d737b374
66 changed files with 4041 additions and 2142 deletions
|
@ -1367,6 +1367,10 @@ yin_print_parsed_body(struct lys_ypr_ctx *pctx, const struct lysp_module *modp)
|
|||
}
|
||||
|
||||
LY_LIST_FOR(modp->data, data) {
|
||||
if (data->flags & LYS_INTERNAL) {
|
||||
continue;
|
||||
}
|
||||
|
||||
yprp_node(pctx, data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue