diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-26 17:40:55 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-26 17:40:55 -0500 |
| commit | e6eec072abd7088c09a23d0328ac9bc9fd00ad7e (patch) | |
| tree | 99db60967b6c49482759f6a13548bc50127144f1 /mgmtd/mgmt_main.c | |
| parent | 1254d5fc4e7d6b3717177fd353974a55b1777d4a (diff) | |
ripngd: convert ripngd to mgmtd
- a couple small fixes for ripd conversion as well.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'mgmtd/mgmt_main.c')
| -rw-r--r-- | mgmtd/mgmt_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mgmtd/mgmt_main.c b/mgmtd/mgmt_main.c index 6532e9b1bf..1bb1299444 100644 --- a/mgmtd/mgmt_main.c +++ b/mgmtd/mgmt_main.c @@ -15,6 +15,7 @@ #include "mgmtd/mgmt.h" #include "mgmtd/mgmt_ds.h" #include "ripd/rip_nb.h" +#include "ripngd/ripng_nb.h" #include "routing_nb.h" @@ -188,6 +189,9 @@ static const struct frr_yang_module_info *const mgmt_yang_modules[] = { #ifdef HAVE_RIPD &frr_ripd_cli_info, #endif +#ifdef HAVE_RIPNGD + &frr_ripngd_cli_info, +#endif #ifdef HAVE_STATICD &frr_staticd_cli_info, #endif |
