]> git.puffer.fish Git - matthieu/frr.git/commit
lib: actually create the tree for the conversion
authorChristian Hopps <chopps@labn.net>
Wed, 14 Feb 2024 22:32:04 +0000 (17:32 -0500)
committerChristian Hopps <chopps@labn.net>
Thu, 15 Feb 2024 11:13:08 +0000 (06:13 -0500)
commitdff28248c3c1dee0d1c9f9225dab66224c6aac54
treee24ba69f991e1adf3abba56ffe7b4803e307d4e2
parentb8e07049a8ee684eaa8df48bef6e7bfbc853644d
lib: actually create the tree for the conversion

Before this fix would always return empty results b/c there was no
libyang tree to print to output format.

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/yang.c