diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-06 09:45:29 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-07 15:17:30 +0000 |
| commit | cf67a7e26577b0dda276324b40a602ae084e504e (patch) | |
| tree | 7019c29239c15d507736b2330ead23774d636481 /lib/mgmt_msg.c | |
| parent | 00138ffb47acc58a49e93a9b291a4b9e0c92096e (diff) | |
lib: mgmtd: implement full XPath 1.0 predicate functionality
Allow user to specify full YANG compatible XPath 1.0 predicates. This
allows for trimming results of generic queries using functions and other
non-key predicates from XPath 1.0
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_msg.c')
| -rw-r--r-- | lib/mgmt_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_msg.c b/lib/mgmt_msg.c index 99d000537c..782707b463 100644 --- a/lib/mgmt_msg.c +++ b/lib/mgmt_msg.c @@ -207,7 +207,7 @@ bool mgmt_msg_procbufs(struct mgmt_msg_state *ms, } /** - * Write data from a onto the socket, using streams that have been queued for + * Write data onto the socket, using streams that have been queued for * sending by mgmt_msg_send_msg. This function should be reschedulable. * * Args: |
