diff options
| author | Christian Hopps <chopps@labn.net> | 2023-04-17 01:09:05 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-04-17 01:43:48 -0400 |
| commit | 9e0241c8fb9996833e7d8e104562a57276b6f906 (patch) | |
| tree | 426f77f66aa1de555aa838573d38f76e149db561 /lib/northbound_cli.c | |
| parent | eee1fca3eb7a4ed8182f1020ef0ed13f4279c47d (diff) | |
lib: add and use new yang function for finding schema nodes
Add a wrapper around lys_find_xpath which has an unfortunate API
returning an allocated set of schema nodes when we only ever expect and
want one.
Another libyang function `lys_find_path` returns a single node; however,
that function can assert/abort on invalid path values so is unsuitable
for user input.
Replace previous uses of `lys_find_path` with new API when dealing with
possible invalid path values (i.e., from a user).
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/northbound_cli.c')
0 files changed, 0 insertions, 0 deletions
