]> git.puffer.fish Git - mirror/frr.git/commitdiff
mgmtd: fix ripngd oper-data xpaths 15244/head
authorIgor Ryzhov <iryzhov@nfware.com>
Sat, 27 Jan 2024 23:24:02 +0000 (01:24 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Sat, 27 Jan 2024 23:24:02 +0000 (01:24 +0200)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
mgmtd/mgmt_be_adapter.c

index f92d6d8d58bd66c937f69d19a2321570fbd0e49a..2ebbe255d03a9318b3180f33c168812449e7730a 100644 (file)
@@ -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