]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix crash when iterating over nb operational data
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 26 Feb 2021 16:17:28 +0000 (19:17 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Mar 2021 15:55:56 +0000 (18:55 +0300)
commita5ecac92c497110d12db2c454df61615ef77a6ed
tree97b564dbdd91d0f6b462b9c31cab42add6ea8ade
parent082afd7d31ec14c36e81a727780c8385af55ebd0
lib: fix crash when iterating over nb operational data

Example:
```
show yang operational-data /frr-routing:routing/control-plane-protocols/control-plane-protocol[type='frr-staticd:staticd'][name='staticd'][vrf='default'] staticd
```

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