summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2024-01-26 17:40:55 -0500
committerChristian Hopps <chopps@labn.net>2024-01-26 17:40:55 -0500
commite6eec072abd7088c09a23d0328ac9bc9fd00ad7e (patch)
tree99db60967b6c49482759f6a13548bc50127144f1 /lib/vty.c
parent1254d5fc4e7d6b3717177fd353974a55b1777d4a (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 'lib/vty.c')
-rw-r--r--lib/vty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vty.c b/lib/vty.c
index f2076552c7..a8d90d901b 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -127,6 +127,9 @@ char const *const mgmt_daemons[] = {
#ifdef HAVE_RIPD
"ripd",
#endif
+#ifdef HAVE_RIPNGD
+ "ripngd",
+#endif
#ifdef HAVE_STATICD
"staticd",
#endif