diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-24 10:59:14 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-26 12:34:23 -0500 |
| commit | dabc92de9e3b02e5d1a73d6fc43ffbd51eaded91 (patch) | |
| tree | 10ccd06fb6e7468c373ef7b0b5ea8a120e806a6b /mgmtd/mgmt_main.c | |
| parent | f7594b55c23fe377c6c5811879e89557e6cb4b57 (diff) | |
lib: convert route-map to mgmtd
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/mgmt_main.c')
| -rw-r--r-- | mgmtd/mgmt_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgmtd/mgmt_main.c b/mgmtd/mgmt_main.c index 743091e5c4..9340d3d107 100644 --- a/mgmtd/mgmt_main.c +++ b/mgmtd/mgmt_main.c @@ -172,7 +172,7 @@ const struct frr_yang_module_info zebra_route_map_info = { static const struct frr_yang_module_info *const mgmt_yang_modules[] = { &frr_filter_info, &frr_interface_info, - &frr_route_map_info, + &frr_route_map_cli_info, &frr_routing_info, &frr_vrf_info, |
