]> git.proxmox.com Git - mirror_frr.git/commit
lib: fix corner case when iterating over YANG-modeled operational data
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 17 Sep 2019 01:57:10 +0000 (22:57 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 18 Sep 2019 17:35:10 +0000 (14:35 -0300)
commit6cd301e048cfeb5c57fbbaa005f9fc62aeac563e
tree7b471ccfbf9c1781de751842ae129c35fb5bb8cc
parent8685be73e039dcb1b754e1fe21be96f60867219a
lib: fix corner case when iterating over YANG-modeled operational data

When updating the XPath during the iteration of operational data,
include the namespace of the augmenting module when necessary.

Reported-by: Quentin Young <qlyoung@cumulusnetworks.com>
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/northbound.c