]> git.proxmox.com Git - mirror_frr.git/commit
lib: introduce new YANG helper function
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Jan 2019 21:08:10 +0000 (19:08 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 18 Jan 2019 18:15:41 +0000 (16:15 -0200)
commitfcb7bffdda0b122c34978e3f7390b6f26689848a
tree882984513c5a7f469f9a3e1fd8c4af398279dd41
parent02fe07c7b8f2191d1f53b31888e95d6c12c48ad9
lib: introduce new YANG helper function

One use case for the new yang_data_list_find() function is to find
input parameters in RPC northbound callbacks easily, without the
need to iterate over the input parameters manually.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/yang.c
lib/yang.h