summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@labn.net>2024-01-17 16:15:07 -0500
committerMark Stapp <mjs@labn.net>2024-01-17 16:15:07 -0500
commit31015c3ad9c32196c68146f19275937721e72ef5 (patch)
tree8d1635b649316f7415d8a90a71c3ff46943ad0cf /vtysh/vtysh.c
parent20d0d475cb41744f1ad4b65078fe5ecd176bb3bf (diff)
lib,vtysh: add per-daemon log file config
Add a config that specifies per-deamon log file names. Move the handy generated list of daemon names from vtysh to lib; edit the gitignore files to match. Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r--vtysh/vtysh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index 2888403e62..d5ac87eb32 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -31,7 +31,7 @@
#include "network.h"
#include "filter.h"
#include "vtysh/vtysh.h"
-#include "vtysh/vtysh_daemons.h"
+#include "lib/vtysh_daemons.h"
#include "log.h"
#include "vrf.h"
#include "libfrr.h"