diff options
Diffstat (limited to 'lib/filter_nb.c')
| -rw-r--r-- | lib/filter_nb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/filter_nb.c b/lib/filter_nb.c index 3aa362ad63..08c29789b9 100644 --- a/lib/filter_nb.c +++ b/lib/filter_nb.c @@ -279,6 +279,7 @@ static int _acl_is_dup(const struct lyd_node *dnode, void *arg) } ada->ada_found = true; + ada->ada_seq = yang_dnode_get_uint32(dnode, "sequence"); return YANG_ITER_STOP; } @@ -416,6 +417,7 @@ static int _plist_is_dup(const struct lyd_node *dnode, void *arg) } pda->pda_found = true; + pda->pda_seq = yang_dnode_get_uint32(dnode, "sequence"); return YANG_ITER_STOP; } |
