YANG optimize, add orig pointer for derived trees
Skip some yang objects in derived trees Add function to remove USES in augment/grouping trees
This commit is contained in:
parent
ca786da156
commit
781c9d9d27
11 changed files with 294 additions and 118 deletions
|
|
@ -614,7 +614,7 @@ yang_stmt *
|
|||
yang_find_module_by_namespace(yang_stmt *yspec,
|
||||
char *ns)
|
||||
{
|
||||
yang_stmt *ymod;
|
||||
yang_stmt *ymod = NULL;
|
||||
int inext;
|
||||
|
||||
if (ns == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue