summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_vty.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-13 22:34:17 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-14 20:00:22 +0200
commit25d79af9578ba339b105c3d65c9706ae17419527 (patch)
treefff4c0b539cf86c28baa9df302304c196614d198 /mgmtd/mgmt_vty.c
parent88275d392ab781961f3bfa1ab773a73063b4e6bc (diff)
lib, mgmtd: add separate get-data request for the frontend
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>
Diffstat (limited to 'mgmtd/mgmt_vty.c')
-rw-r--r--mgmtd/mgmt_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmtd/mgmt_vty.c b/mgmtd/mgmt_vty.c
index 2591930e4a..98e55788b4 100644
--- a/mgmtd/mgmt_vty.c
+++ b/mgmtd/mgmt_vty.c
@@ -272,7 +272,7 @@ DEFPY(show_mgmt_get_data, show_mgmt_get_data_cmd,
path = xpath;
}
- vty_mgmt_send_get_tree_req(vty, format, path);
+ vty_mgmt_send_get_data_req(vty, format, path);
if (xpath)
XFREE(MTYPE_TMP, xpath);