From d7b86ae4fef56b52561e9d27982f6067a02e4aa0 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 2 Oct 2020 01:16:23 +0300 Subject: vtysh: dynamically generate the list of daemons for commands Some daemons were actually missing from the static definitions: nhrpd, babeld, eigrpd and bfdd. Signed-off-by: Igor Ryzhov --- staticd/subdir.am | 1 + 1 file changed, 1 insertion(+) (limited to 'staticd/subdir.am') diff --git a/staticd/subdir.am b/staticd/subdir.am index eba7f270b..9c630e8f5 100644 --- a/staticd/subdir.am +++ b/staticd/subdir.am @@ -7,6 +7,7 @@ noinst_LIBRARIES += staticd/libstatic.a sbin_PROGRAMS += staticd/staticd dist_examples_DATA += staticd/staticd.conf.sample vtysh_scan += staticd/static_vty.c +vtysh_daemons += staticd man8 += $(MANBUILD)/frr-staticd.8 endif -- cgit v1.2.3