misc documentation
This commit is contained in:
parent
23bcee8185
commit
3ecc259ec7
4 changed files with 22 additions and 15 deletions
|
|
@ -1014,7 +1014,7 @@ yang_parse_post(clicon_handle h,
|
|||
if (yang_cardinality(h, yspec->ys_stmt[i], yang_argument_get(yspec->ys_stmt[i])) < 0)
|
||||
goto done;
|
||||
|
||||
/* 3: Check features: check if enabled and remove disabled features */
|
||||
/* 3: Check features/if-features: check if enabled and remove disabled features */
|
||||
for (i=modnr; i<yang_len_get(yspec); i++)
|
||||
if (yang_features(h, yspec->ys_stmt[i]) < 0)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue