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
|
|
@ -43,7 +43,7 @@ Developers may need to change their code
|
|||
* New `yn_iter()` yang iterator replaces `yn_each()`
|
||||
* Use an integer iteratorinstead of yang object
|
||||
* Replace `y1 = NULL; y1 = yn_each(y0, y1)` with `int inext = 0; yn_iter(y0, &inext)`
|
||||
* Add `keyw`argument to `yang_stats()`
|
||||
* Add `keyw` argument to `yang_stats()`
|
||||
|
||||
### Corrected Busg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue