summaryrefslogtreecommitdiff
path: root/lib/mgmt_msg_native.c
AgeCommit message (Collapse)Author
2025-01-13mgmtd: add notify selectors to filter datastore notificationsChristian Hopps
- Additionally push the selectors down to the backends Signed-off-by: Christian Hopps <chopps@labn.net>
2024-06-11mgmtd: add native session-req (create/delete) messagesChristian Hopps
This addition allows for a limited native-message-only front-end interaction. Signed-off-by: Christian Hopps <chopps@labn.net>
2024-06-06lib: native msg add array of strings supportChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-04-22lib: add native RPC processing to mgmt backend clientIgor Ryzhov
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
This operation basically implements support for RESTCONF operations. It receives an xpath and a data tree in JSON/XML format, instead of a list of (xpath, value) tuples as required by the current protobuf interface. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-03-11lib: Remove unused MTYPE_MSG_NATIVE_MSGDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-01-14lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov
Currently it's the same as get-tree request for the backend, but it is going to be expanded in the following commits. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2023-12-28lib: add dedicated API functions for native msgsChristian Hopps
- reorg native message header Signed-off-by: Christian Hopps <chopps@labn.net>
2023-12-26lib: add simplified native msg supportChristian Hopps
This is intended to replace protobuf use in mgmtd. Signed-off-by: Christian Hopps <chopps@labn.net>