Skip to content

Commit

Permalink
mgmtd: fix ripngd oper-data xpaths
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ryzhov <[email protected]>
  • Loading branch information
idryzhov committed Jan 27, 2024
1 parent be9209a commit 8785a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmtd/mgmt_be_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8785a3a

Please sign in to comment.