summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-26 23:29:59 +0200
committerGitHub <noreply@github.com>2024-01-26 23:29:59 +0200
commit1254d5fc4e7d6b3717177fd353974a55b1777d4a (patch)
tree527cd29e0d69f3eaad25ee6b3a38e2a13572b77b /lib/vty.c
parent5db3bb0de95c6828bc8eda807f679ca2a7a68f8d (diff)
parent83abe9c3cb9acd610dcdf8341374428df5ea9093 (diff)
Merge pull request #15220 from LabNConsulting/chopps/ripd-convert
ripd to mgmtd
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 3fc7c38083..f2076552c7 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -124,6 +124,9 @@ bool vty_log_commands;
static bool vty_log_commands_perm;
char const *const mgmt_daemons[] = {
+#ifdef HAVE_RIPD
+ "ripd",
+#endif
#ifdef HAVE_STATICD
"staticd",
#endif