]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix specific entry queries 15073/head
authorChristian Hopps <chopps@labn.net>
Mon, 1 Jan 2024 09:04:19 +0000 (09:04 +0000)
committerChristian Hopps <chopps@labn.net>
Tue, 2 Jan 2024 09:47:15 +0000 (09:47 +0000)
commit7e6595698bd66c7a191996a7cb933ae63b5c5883
tree58f0d9a43e29c8f5dfae04b66327247203a77bfa
parent353ee7bb819d5f06a180a1d062b47006456a98c7
lib: fix specific entry queries

- fix key leaf queries
- fix specific list entry with non-key leaf top element

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/northbound_oper.c
tests/topotests/mgmt_oper/simple-results/result-intf-eth0-name.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-intf-eth0-vrf.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-intf-name.json [new file with mode: 0644]
tests/topotests/mgmt_oper/test_simple.py