summaryrefslogtreecommitdiffstats
path: root/mgmtd
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-28 00:24:02 +0100
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 00:24:02 +0100
commit8785a3ad879a653e8488a2b31d34aa601929ef26 (patch)
tree700a06e0488bdbc7adee6f8dc8008f7ac818bc5a /mgmtd
parentmgmtd: fix get-data transaction hangup (diff)
downloadfrr-8785a3ad879a653e8488a2b31d34aa601929ef26.tar.xz
frr-8785a3ad879a653e8488a2b31d34aa601929ef26.zip
mgmtd: fix ripngd oper-data xpaths
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'mgmtd')
-rw-r--r--mgmtd/mgmt_be_adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmtd/mgmt_be_adapter.c b/mgmtd/mgmt_be_adapter.c
index f92d6d8d5..2ebbe255d 100644
--- a/mgmtd/mgmt_be_adapter.c
+++ b/mgmtd/mgmt_be_adapter.c
@@ -90,7 +90,7 @@ static const char *const ripngd_config_xpaths[] = {
NULL,
};
static const char *const ripngd_oper_xpaths[] = {
- "/frr-ripd:ripd",
+ "/frr-ripngd:ripngd",
NULL,
};
#endif