summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-28 01:24:02 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 01:24:02 +0200
commit8785a3ad879a653e8488a2b31d34aa601929ef26 (patch)
tree700a06e0488bdbc7adee6f8dc8008f7ac818bc5a
parentbe9209a7e4169ad9256a125f77a9578298d93613 (diff)
mgmtd: fix ripngd oper-data xpaths
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
-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 f92d6d8d58..2ebbe255d0 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