]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix initialization of northbound nodes
authorIgor Ryzhov <iryzhov@nfware.com>
Sun, 10 Mar 2024 15:35:21 +0000 (17:35 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Sun, 10 Mar 2024 18:51:55 +0000 (20:51 +0200)
commitfb912e09004fde46ad4447c6d563b195ee159088
treed6d0da0dd4f5a1ffe9b56cb6d74d41cb39dade70
parent5c30b2e21205ecc60615b633dbc4714bae70a676
lib: fix initialization of northbound nodes

When actions and notification are defined as descendants of other nodes,
they are not getting initialized, because the iterator skips them. Fix
the iterator to include them when traversing the schema.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/yang.c