frrouting/ripd
Christian Hopps 172e9ca05c lib: add FRR_MGMTD_BACKEND flag and set it appropriately
First use of flag is to decide whether to initialize the `host` CLI handlers
in the daemon or not.

Mgmtd daemons process `frr-host` config from mgmtd which handles the CLI, others
still take it directly from VTY and so they need the DEFPY handlers.

Signed-off-by: Christian Hopps <chopps@labn.net>
(cherry picked from commit e579deb92a)
2025-06-13 17:28:06 +00:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
Makefile build: non-recursive ripd & ripngd 2017-08-04 11:09:50 +02:00
rip_bfd.c lib,ripd: clean up -Wshadow compiler warnings 2025-04-08 14:41:27 -04:00
rip_bfd.h ripd: use correct memory type when freeing BFD profile 2023-05-03 17:02:58 -03:00
rip_cli.c ripd: Change default flush interval to be 240 seconds 2025-05-14 10:58:07 +03:00
rip_debug.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_debug.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_errors.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_errors.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_interface.c rip*,ospf*,pimd: Remove use of the EVENT_OFF macro 2025-04-29 14:45:29 -04:00
rip_interface.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_main.c lib: add FRR_MGMTD_BACKEND flag and set it appropriately 2025-06-13 17:28:06 +00:00
rip_nb.c ripd: fix show run output for distribute-list 2024-08-08 01:25:02 +03:00
rip_nb.h ripd: fix missing "exit" for "router rip" 2024-03-06 21:42:53 +02:00
rip_nb_config.c ripd: Allow setting lower intervals (update, hold, flush) 2025-05-14 10:57:38 +03:00
rip_nb_notifications.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_nb_rpcs.c rip*,ospf*,pimd: Remove use of the EVENT_OFF macro 2025-04-29 14:45:29 -04:00
rip_nb_state.c *: Allow returns to work with --enable-undefined-behavior 2025-04-28 14:05:28 -04:00
rip_offset.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
rip_peer.c rip*,ospf*,pimd: Remove use of the EVENT_OFF macro 2025-04-29 14:45:29 -04:00
rip_routemap.c ripd: ripd convert to mgmtd 2024-01-26 12:34:46 -05:00
rip_snmp.c lib,ripd: clean up -Wshadow compiler warnings 2025-04-08 14:41:27 -04:00
rip_zebra.c lib,ripd: clean up -Wshadow compiler warnings 2025-04-08 14:41:27 -04:00
ripd.c ripd: Change default flush interval to be 240 seconds 2025-05-14 10:58:07 +03:00
ripd.h ripd: Allow setting lower intervals (update, hold, flush) 2025-05-14 10:57:38 +03:00
subdir.am ripd: convert RPC commands to mgmtd 2024-04-22 16:36:23 +03:00