diff options
Diffstat (limited to 'lib/yang.h')
-rw-r--r-- | lib/yang.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/yang.h b/lib/yang.h index 940f5d38e..2c18017af 100644 --- a/lib/yang.h +++ b/lib/yang.h @@ -98,6 +98,9 @@ enum yang_iter_flags { /* Filter implicitely created nodes. */ YANG_ITER_FILTER_IMPLICIT = (1<<3), + + /* Allow iteration over augmentations. */ + YANG_ITER_ALLOW_AUGMENTATIONS = (1<<4), }; /* Callback used by the yang_snodes_iterate_*() family of functions. */ |