From 8785a3ad879a653e8488a2b31d34aa601929ef26 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Sun, 28 Jan 2024 01:24:02 +0200 Subject: [PATCH] mgmtd: fix ripngd oper-data xpaths Signed-off-by: Igor Ryzhov --- mgmtd/mgmt_be_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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